Fix livereload

This commit is contained in:
Oliver Davies 2016-04-12 22:44:35 +01:00
parent f012d89d72
commit b6c96c028f
3 changed files with 11 additions and 13 deletions

View file

@ -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']