Stop Browsersync opening by default
This commit is contained in:
parent
6bae45330d
commit
43d99c83dc
|
@ -15,6 +15,7 @@ mix.disableNotifications()
|
||||||
'output_*/**/*'
|
'output_*/**/*'
|
||||||
],
|
],
|
||||||
notify: false,
|
notify: false,
|
||||||
|
open: false
|
||||||
})
|
})
|
||||||
.purgeCss({
|
.purgeCss({
|
||||||
folders: ['resources', 'output_*'],
|
folders: ['resources', 'output_*'],
|
||||||
|
|
Loading…
Reference in a new issue