Skip to content

Commit

Permalink
Fix #1749 - do not fail to build if not a git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davemevans committed Jan 17, 2017
1 parent 84ba1d2 commit ad67f71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
githash: {
options: {
fail: false
},
dist: {
}
},
Expand Down

0 comments on commit ad67f71

Please sign in to comment.