diff --git a/gulpfile.js b/gulpfile.js index 0e0b3e6..e63f31b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,7 +66,8 @@ gulp.task('default', [ 'html', 'css', 'js' ]) gulp.task('browsersync', ['default'], () => browserSync.init({ - server: "./build" + server: "./build", + open: false }) )