mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
gulp watch fix
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user