This commit is contained in:
Paul O’Shannessy 2015-07-24 14:41:34 -07:00
parent 991c437b93
commit 7b37f8ac36
1 changed files with 1 additions and 1 deletions

View File

@ -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) {