Fixed JS watcher
This commit is contained in:
parent
6dee1c1946
commit
2749c4d6a1
|
@ -2,4 +2,4 @@ gulp.task 'watch', ->
|
|||
plugins.refresh.listen()
|
||||
|
||||
gulp.watch config.sass.sourceDir + config.sass.pattern, ['styles']
|
||||
gulp.watch config.js.sourceDir + config.sass.pattern, ['scripts']
|
||||
gulp.watch config.js.sourceDir + config.js.pattern, ['scripts']
|
||||
|
|
Reference in a new issue