Skip to content

Commit

Permalink
fix build/watch for people importing tasks into their own gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fholzer committed Jul 19, 2015
1 parent dc6ef06 commit 4813b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*******************************/

var
gulp = require('gulp'),
gulp = require('gulp-help')(require('gulp')),

// config
config = require('./config/user'),
Expand Down
2 changes: 1 addition & 1 deletion tasks/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*******************************/

var
gulp = require('gulp'),
gulp = require('gulp-help')(require('gulp')),

// node dependencies
console = require('better-console'),
Expand Down

0 comments on commit 4813b68

Please sign in to comment.