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