diff --git a/Gruntfile.js b/Gruntfile.js index 73e2cd00955..1e8cc43618d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } },