From 7b37f8ac367f8e468f3cd35dcdb5ded5433af060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 24 Jul 2015 14:41:34 -0700 Subject: [PATCH] Fix gulp --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 05cc02e311..f2cf451f72 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,7 @@ module.exports = function(grunt) { grunt.util.spawn({ // This could be more flexible (require.resolve & lookup bin in package) // but if it breaks we'll fix it then. - cmd: path.join('node_modules', '.bin', 'gulpp'), + cmd: path.join('node_modules', '.bin', 'gulp'), args: args, opts: assign({stdio: 'inherit'}, opts), }, function(err, result, code) {