Fix Browsersync watching CSS changes

This commit is contained in:
Oliver Davies 2019-05-09 18:55:21 +01:00
parent 8aa6c6a2d2
commit 6bae45330d

View file

@ -12,8 +12,7 @@ mix.disableNotifications()
.browserSync({ .browserSync({
proxy: 'localhost:8000', proxy: 'localhost:8000',
files: [ files: [
'resources/**/*.{css,js,vue}', 'output_*/**/*'
'source/**/*.{html,md,twig}',
], ],
notify: false, notify: false,
}) })