Also watch for resources files

This commit is contained in:
Oliver Davies 2019-03-28 12:33:33 +00:00
parent 32769eaf6a
commit c38fb5a47e

View file

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