mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
gulp watch fix
This commit is contained in:
parent
f4b8a636b9
commit
54bdc72ffa
4 changed files with 6 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue