Add browsersync

This commit is contained in:
Oliver Davies 2019-04-02 10:06:37 +01:00
parent a03f3e89c9
commit 913dcc2c7c
3 changed files with 1014 additions and 24 deletions

View file

@ -5,3 +5,11 @@ mix.disableNotifications()
require('tailwindcss')(),
require('postcss-nested')(),
])
.browserSync({
proxy: 'localhost:8000',
notify: false,
files: [
'resources/**/*.css',
'source/**/*.twig'
]
})