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