Skip to content

Commit 4ee94c7

Browse files
committed
Not opening the demo in a browser automatically.
1 parent 0249594 commit 4ee94c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ gulp.task('demo:bundleAndWatch', function() {
5454
gulp.task('demo', ['demo:bundleAndWatch'], function() {
5555
browserSync.init({
5656
browser: ['google chrome'],
57+
open: false,
5758
notify: false,
5859
server: {
5960
baseDir: "demo/assets"

0 commit comments

Comments
 (0)