gulp: watch for css changes. Fix #57

This commit is contained in:
Gautier Pelloux-Prayer 2016-11-30 15:37:54 +01:00
parent 86b7bc186c
commit daa34d8c0b

View file

@ -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() {