Prevent opening Browsersync by default

This commit is contained in:
Oliver Davies 2019-05-08 14:50:34 +01:00
parent 087aefffdc
commit 026e8e11d2

View file

@ -8,6 +8,7 @@ mix.disableNotifications()
.browserSync({
proxy: 'wordcamp2019.docksal',
notify: false,
open: false,
files: [
'**/*.php',
'assets/css/**/*.css'