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',
|
proxy: 'localhost:8000',
|
||||||
notify: false,
|
notify: false,
|
||||||
files: [
|
files: [
|
||||||
'resources/**/*.css',
|
'output_*/**/*'
|
||||||
'source/**/*.twig'
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
.purgeCss({
|
.purgeCss({
|
||||||
|
|
Loading…
Reference in a new issue