Merge pull request #100 from VesterDe/master
Makes browsersync watch php with wildcard. Thx @VesterDe !
This commit is contained in:
commit
3a699aa121
|
@ -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