diff --git a/gulpfile.js b/gulpfile.js index e8e2490..a5096bd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -82,7 +82,7 @@ gulp.task('webserver', function() { pump [ connect.server( { - port: 8086, + port: 4203, host: '0.0.0.0', livereload: true }