Makes browsersync watch php with wildcard.
This commit is contained in:
parent
920ad61c87
commit
efc00388e0
|
@ -10,7 +10,7 @@ var basePaths = {
|
|||
var browserSyncWatchFiles = [
|
||||
'./css/*.min.css',
|
||||
'./js/*.min.js',
|
||||
'./*.php'
|
||||
'./**/*.php'
|
||||
];
|
||||
// browser-sync options
|
||||
// see: https://www.browsersync.io/docs/options/
|
||||
|
|
Reference in New Issue