diff --git a/gulpfile.js b/gulpfile.js index c7bced2..9e20e52 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -333,7 +333,8 @@ gulp.task( server.init({ server: { baseDir: './' - } + }, + open: false }); cb(); })