aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 4 insertions, 0 deletions
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