Added the remaining gulp watch
I forgot them 😧
This commit is contained in:
parent
8069b003f4
commit
fb5f4c034a
@ -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'))
|
||||
})
|
Loading…
Reference in New Issue
Block a user