Updated watch command

This commit is contained in:
Oliver Davies 2016-03-17 09:14:48 +00:00
parent ce97893af2
commit b329f8d7f9

View file

@ -3,4 +3,4 @@ g = require 'gulp'
g.task 'watch', ->
g.p.livereload.listen()
g.watch 'styles/*.scss', ['styles']
g.watch 'styles/*.sass', ['styles']