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:
parent
e895c76561
commit
afb832dc28
@ -97,7 +97,8 @@ gulp.task('browser-sync', function() {
|
|||||||
proxy: 'http://localhost:4000',
|
proxy: 'http://localhost:4000',
|
||||||
port: 3000,
|
port: 3000,
|
||||||
open: false, // does not open the browser-window anymore (handled manually)
|
open: false, // does not open the browser-window anymore (handled manually)
|
||||||
ghostMode: false
|
ghostMode: false,
|
||||||
|
notify: false // stop showing the browsersync pop up
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user