gulp watch fix

This commit is contained in:
kayone 2014-08-29 21:32:09 -07:00
commit 54bdc72ffa
4 changed files with 6 additions and 13 deletions

View file

@ -7,7 +7,7 @@ var paths = require('./paths.js');
gulp.task('jshint', function () {
return gulp.src([paths.src.scripts, paths.src.exclude.libs])
.pipe(cache())
.pipe(cache('jshint'))
.pipe(jshint({
'-W030': false,
'-W064': false,