Fix livereload
This commit is contained in:
parent
f012d89d72
commit
b6c96c028f
3 changed files with 11 additions and 13 deletions
|
@ -1,5 +1,7 @@
|
|||
gulp = require 'gulp'
|
||||
|
||||
gulp.task 'watch', ->
|
||||
gulp.plugins.refresh.listen()
|
||||
|
||||
gulp.watch gulp.config.sassPattern, ['styles']
|
||||
gulp.watch gulp.config.assetsDir + gulp.config.jsPattern, ['scripts']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue