From fb5f4c034a453f0246a3a03897b033739376c694 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 11 Mar 2018 17:52:37 +0100 Subject: [PATCH] Added the remaining gulp watch I forgot them :anguished: --- gulpfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index a44ae9b..3326a68 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -55,4 +55,8 @@ gulp.task('serve', function () { useAvailablePort: true }) gulp.watch(['js/reveal.js'], gulp.series('js')) + gulp.watch(['css/theme/source/*.{sass,scss}', + 'css/theme/template/*.{sass,scss}', + ], gulp.series('css-themes')) + gulp.watch(['css/reveal.scss'], gulp.series('css-core')) }) \ No newline at end of file