Added the remaining gulp watch

I forgot them 😧
master
Daniel 2018-03-11 17:52:37 +01:00
parent 8069b003f4
commit fb5f4c034a
1 changed files with 4 additions and 0 deletions

View File

@ -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'))
})