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({
proxy: 'localhost:8000',
files: [
'resources/**/*.{css,js,vue}',
'source/**/*.{html,md,twig}',
'output_*/**/*'
],
notify: false,
})