gulp: watch for css changes. Fix #57
This commit is contained in:
parent
86b7bc186c
commit
daa34d8c0b
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ gulp.task('watch', function() {
|
||||||
remember.forget('scripts', event.path);
|
remember.forget('scripts', event.path);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
gulp.watch(paths.styles, ['styles']);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('debug', function() {
|
gulp.task('debug', function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue