mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-10 08:34:15 +02:00
Merge pull request #3446 from t-fritsch/speed-up-livereload
speed up livereload
This commit is contained in:
@@ -286,7 +286,7 @@ gulp.task('package', gulp.series(() =>
|
|||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
gulp.task('reload', () => gulp.src(['**/*.html', '**/*.md'])
|
gulp.task('reload', () => gulp.src(['index.html'])
|
||||||
.pipe(connect.reload()));
|
.pipe(connect.reload()));
|
||||||
|
|
||||||
gulp.task('serve', () => {
|
gulp.task('serve', () => {
|
||||||
|
Reference in New Issue
Block a user