diff --git a/gulpfile.js b/gulpfile.js index 68b4275..1298680 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,7 +66,7 @@ gulp.task('webserver', function() { pump [ connect.server( { - port: 3000, + port: 8086, host: '0.0.0.0', livereload: true }