Add browsersync
This commit is contained in:
parent
a03f3e89c9
commit
913dcc2c7c
3 changed files with 1014 additions and 24 deletions
|
@ -5,3 +5,11 @@ mix.disableNotifications()
|
|||
require('tailwindcss')(),
|
||||
require('postcss-nested')(),
|
||||
])
|
||||
.browserSync({
|
||||
proxy: 'localhost:8000',
|
||||
notify: false,
|
||||
files: [
|
||||
'resources/**/*.css',
|
||||
'source/**/*.twig'
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue