Update Browsersync to it reloads when CSS changes
This commit is contained in:
parent
c64922abfd
commit
a7c5803dd2
|
@ -11,8 +11,7 @@ mix.disableNotifications()
|
|||
proxy: 'localhost:8000',
|
||||
notify: false,
|
||||
files: [
|
||||
'resources/**/*.css',
|
||||
'source/**/*.twig'
|
||||
'output_*/**/*'
|
||||
]
|
||||
})
|
||||
.purgeCss({
|
||||
|
|
Loading…
Reference in a new issue