diff --git a/gulpfile.js b/gulpfile.js index 823ff31..e7e31f0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -113,6 +113,7 @@ gulp.task('watch', function() { remember.forget('scripts', event.path); } }); + gulp.watch(paths.styles, ['styles']); }); gulp.task('debug', function() {