Fixes #18: Fixed condition and updated styles path
This commit is contained in:
parent
f6b0b786af
commit
442ce09b92
2 changed files with 3 additions and 2 deletions
|
@ -2,4 +2,5 @@ g = require 'gulp'
|
|||
|
||||
g.task 'watch', ->
|
||||
g.p.livereload.listen()
|
||||
g.watch 'styles/**/*.scss', ['styles']
|
||||
|
||||
g.watch 'styles/*.scss', ['styles']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue