Browse Source

fix build/watch for people importing tasks into their own gulpfile

See Semantic-Org/Semantic-UI#2653
pull/2668/head
Ferdinand Holzer 9 years ago
parent
commit
4813b68dff
2 changed files with 2 additions and 2 deletions
  1. 2
      tasks/build.js
  2. 2
      tasks/watch.js

2
tasks/build.js

@ -3,7 +3,7 @@
*******************************/
var
gulp = require('gulp'),
gulp = require('gulp-help')(require('gulp')),
// config
config = require('./config/user'),

2
tasks/watch.js

@ -3,7 +3,7 @@
*******************************/
var
gulp = require('gulp'),
gulp = require('gulp-help')(require('gulp')),
// node dependencies
console = require('better-console'),

Loading…
Cancel
Save