We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0249594 commit 4ee94c7Copy full SHA for 4ee94c7
gulpfile.js
@@ -54,6 +54,7 @@ gulp.task('demo:bundleAndWatch', function() {
54
gulp.task('demo', ['demo:bundleAndWatch'], function() {
55
browserSync.init({
56
browser: ['google chrome'],
57
+ open: false,
58
notify: false,
59
server: {
60
baseDir: "demo/assets"
0 commit comments