Makes browsersync watch php with wildcard.

This commit is contained in:
VesterDe 2016-10-27 17:05:22 +02:00
parent 920ad61c87
commit efc00388e0
1 changed files with 1 additions and 1 deletions

View File

@ -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/