Updated watch command
This commit is contained in:
parent
ce97893af2
commit
b329f8d7f9
|
@ -3,4 +3,4 @@ g = require 'gulp'
|
||||||
g.task 'watch', ->
|
g.task 'watch', ->
|
||||||
g.p.livereload.listen()
|
g.p.livereload.listen()
|
||||||
|
|
||||||
g.watch 'styles/*.scss', ['styles']
|
g.watch 'styles/*.sass', ['styles']
|
||||||
|
|
Loading…
Reference in a new issue