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