Use coffeescript again for Gulp

This commit is contained in:
Oliver Davies 2016-05-28 17:41:41 +01:00
parent 7feff15497
commit 1000b6d78f
16 changed files with 79 additions and 104 deletions

5
gulp/watch.coffee Normal file
View file

@ -0,0 +1,5 @@
gulp.task 'watch', ->
plugins.refresh.listen()
gulp.watch config.sass.sourceDir + config.sass.pattern, ['styles']
gulp.watch config.js.sourceDir + config.sass.pattern, ['scripts']