mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-21 14:02:29 +02:00
Added the remaining gulp watch
I forgot them 😧
This commit is contained in:
@@ -55,4 +55,8 @@ gulp.task('serve', function () {
|
|||||||
useAvailablePort: true
|
useAvailablePort: true
|
||||||
})
|
})
|
||||||
gulp.watch(['js/reveal.js'], gulp.series('js'))
|
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'))
|
||||||
})
|
})
|
Reference in New Issue
Block a user