Update Browsersync to it reloads when CSS changes

This commit is contained in:
Oliver Davies 2019-05-08 10:33:36 +01:00
parent c64922abfd
commit a7c5803dd2

View file

@ -11,8 +11,7 @@ mix.disableNotifications()
proxy: 'localhost:8000',
notify: false,
files: [
'resources/**/*.css',
'source/**/*.twig'
'output_*/**/*'
]
})
.purgeCss({