diff --git a/gulpfile.js b/gulpfile.js index 86e6f64637..31037c60ac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -142,11 +142,9 @@ gulp.task('watch', function(done) { ); }); - gulp.task('serve', function() { var connect = require('gulp-connect'); connect.server({ - root: 'dist', port: flags.port, livereload: false });