From 37fb802d6db577890b59df726841611a9c983e13 Mon Sep 17 00:00:00 2001 From: Will Meldon Date: Thu, 8 Oct 2015 10:48:13 -0400 Subject: [PATCH] Run gulp node for more predictable behavior. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } },