do not open browsersync when starting
This commit is contained in:
parent
10fe7cfbad
commit
62609689e4
|
@ -66,7 +66,8 @@ gulp.task('default', [ 'html', 'css', 'js' ])
|
||||||
|
|
||||||
gulp.task('browsersync', ['default'], () =>
|
gulp.task('browsersync', ['default'], () =>
|
||||||
browserSync.init({
|
browserSync.init({
|
||||||
server: "./build"
|
server: "./build",
|
||||||
|
open: false
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue