mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
refactor hash parsing, fixes issue with autoplaying media not starting from internal links on mobile devices
This commit is contained in:
parent
35b67a9f5b
commit
a6c0f3efac
5 changed files with 64 additions and 30 deletions
|
|
@ -289,13 +289,13 @@ gulp.task('serve', () => {
|
|||
connect.server({
|
||||
root: root,
|
||||
port: port,
|
||||
host: 'localhost',
|
||||
host: '0.0.0.0',
|
||||
livereload: true
|
||||
})
|
||||
|
||||
gulp.watch(['*.html', '*.md'], gulp.series('reload'))
|
||||
|
||||
gulp.watch(['js/**'], gulp.series('js', 'reload', 'test'))
|
||||
gulp.watch(['js/**'], gulp.series('js', 'reload'))
|
||||
|
||||
gulp.watch(['plugin/**/plugin.js'], gulp.series('plugins', 'reload'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue