diff --git a/gulpfile.js b/gulpfile.js index 069322a..675ca2f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -196,7 +196,7 @@ gulp.task('qunit', () => { let serverConfig = { root, port: 8009, - host: '0.0.0.0', + host: 'localhost', name: 'test-server' } @@ -289,7 +289,7 @@ gulp.task('serve', () => { connect.server({ root: root, port: port, - host: '0.0.0.0', + host: 'localhost', livereload: true })