Skip to content

Commit

Permalink
Run gulp node for more predictable behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
WMeldon committed Oct 8, 2015
1 parent 43dcb50 commit 37fb802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module.exports = function(grunt) {
stderr: false
},
gulpStyles: {
command: 'node_modules/gulp/bin/gulp.js styles'
command: 'node node_modules/gulp/bin/gulp.js styles'
}
},

Expand Down

0 comments on commit 37fb802

Please sign in to comment.