Remove browser-sync notify pop over that shows up in visual tests

This commit is contained in:
Brett Sun 2016-01-29 11:24:28 +01:00
parent cf0a66ef2e
commit 331fdb528d
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ gulp.task('browser-sync', function() {
proxy: 'http://localhost:4000',
port: 3000,
open: false, // does not open the browser-window anymore (handled manually)
ghostMode: false
ghostMode: false,
notify: false // stop showing the browsersync pop up
});
});