aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorDaniel <panero.daniel@gmail.com>2018-03-11 17:52:37 +0100
committerDaniel <panero.daniel@gmail.com>2018-03-11 17:52:37 +0100
commitfb5f4c034a453f0246a3a03897b033739376c694 (patch)
treed82ac012f75410c15ff2894dc4076a49d15e9ee9 /gulpfile.js
parent8069b003f4f754689207167e3f4dbe92e1192abc (diff)
downloadfosdem-2021-minimalism-presentation-fb5f4c034a453f0246a3a03897b033739376c694.tar
fosdem-2021-minimalism-presentation-fb5f4c034a453f0246a3a03897b033739376c694.tar.gz
Added the remaining gulp watch
I forgot them :anguished:
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