diff --git a/gulpfile.js b/gulpfile.js index 8b3baf950..e8fe1c711 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -124,7 +124,7 @@ gulp.task('default', ['build', 'watch']); gulp.task('server', function(){ connect.server({ - port: 8000, + port: 8000 }); });