Prevent opening Browsersync by default
This commit is contained in:
parent
087aefffdc
commit
026e8e11d2
|
@ -8,6 +8,7 @@ mix.disableNotifications()
|
|||
.browserSync({
|
||||
proxy: 'wordcamp2019.docksal',
|
||||
notify: false,
|
||||
open: false,
|
||||
files: [
|
||||
'**/*.php',
|
||||
'assets/css/**/*.css'
|
||||
|
|
Loading…
Reference in a new issue