Fixes #18: Fixed condition and updated styles path

This commit is contained in:
Oliver Davies 2016-02-04 08:23:26 +00:00
parent f6b0b786af
commit 442ce09b92
2 changed files with 3 additions and 2 deletions

View file

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