aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-06 11:22:54 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-06 11:22:54 +0200
commitf26fc20b550a3ae67138845c09f07ffc93193092 (patch)
tree12977055974c8edc18d55948587a8ed461eef3c8 /gulpfile.js
parent9ebf6249e7b287c9f12e8c828be26f8ed01309ba (diff)
downloadfosdem-2021-minimalism-presentation-f26fc20b550a3ae67138845c09f07ffc93193092.tar
fosdem-2021-minimalism-presentation-f26fc20b550a3ae67138845c09f07ffc93193092.tar.gz
test and examples for multiple reveal.js instances on one page
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ac1429d..04b9ebe 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -149,6 +149,8 @@ gulp.task('serve', () => {
gulp.watch(['js/**'], gulp.series('js', 'test'))
+ gulp.watch(['test/*.html'], gulp.series('test'))
+
gulp.watch([
'css/theme/source/*.{sass,scss}',
'css/theme/template/*.{sass,scss}',