Fix Browsersync watching CSS changes
This commit is contained in:
parent
8aa6c6a2d2
commit
6bae45330d
|
@ -12,8 +12,7 @@ mix.disableNotifications()
|
|||
.browserSync({
|
||||
proxy: 'localhost:8000',
|
||||
files: [
|
||||
'resources/**/*.{css,js,vue}',
|
||||
'source/**/*.{html,md,twig}',
|
||||
'output_*/**/*'
|
||||
],
|
||||
notify: false,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue