1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

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

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
});
});