Stop Browsersync opening by default

This commit is contained in:
Oliver Davies 2019-05-09 18:55:38 +01:00
parent 6bae45330d
commit 43d99c83dc

View file

@ -15,6 +15,7 @@ mix.disableNotifications()
'output_*/**/*'
],
notify: false,
open: false
})
.purgeCss({
folders: ['resources', 'output_*'],