Fix Browsersync reloading on CSS changes
This commit is contained in:
parent
026e8e11d2
commit
584aa32a2a
1 changed files with 7 additions and 2 deletions
|
@ -11,6 +11,11 @@ mix.disableNotifications()
|
||||||
open: false,
|
open: false,
|
||||||
files: [
|
files: [
|
||||||
'**/*.php',
|
'**/*.php',
|
||||||
'assets/css/**/*.css'
|
{
|
||||||
],
|
match: 'style.css',
|
||||||
|
fn: function (event, file) {
|
||||||
|
this.reload()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue