mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-01 04:10:29 +02:00
fix: host fix for windows
This commit is contained in:
@@ -196,7 +196,7 @@ gulp.task('qunit', () => {
|
|||||||
let serverConfig = {
|
let serverConfig = {
|
||||||
root,
|
root,
|
||||||
port: 8009,
|
port: 8009,
|
||||||
host: '0.0.0.0',
|
host: 'localhost',
|
||||||
name: 'test-server'
|
name: 'test-server'
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -289,7 +289,7 @@ gulp.task('serve', () => {
|
|||||||
connect.server({
|
connect.server({
|
||||||
root: root,
|
root: root,
|
||||||
port: port,
|
port: port,
|
||||||
host: '0.0.0.0',
|
host: 'localhost',
|
||||||
livereload: true
|
livereload: true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user