Fix Browsersync reloading on CSS changes
This commit is contained in:
parent
026e8e11d2
commit
584aa32a2a
|
@ -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…
Reference in a new issue