diff --git a/gulpfile.js b/gulpfile.js index 17f5f03475..d5db155521 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -108,7 +108,9 @@ gulp.task('watch', function(done) { gulp.task('serve', function() { connect.server({ port: flags.port, - livereload: true + livereload: { + port: 35700 + } }); });