From daa34d8c0b532fd3259af6eddcab8857e2851533 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 30 Nov 2016 15:37:54 +0100 Subject: [PATCH] gulp: watch for css changes. Fix #57 --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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() {