Skip to content
Snippets Groups Projects
Commit fb5f4c03 authored by Daniel's avatar Daniel
Browse files

Added the remaining gulp watch

I forgot them :anguished:
parent 8069b003
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment