Merge pull request #100 from VesterDe/master

Makes browsersync watch php with wildcard. Thx @VesterDe !
This commit is contained in:
Holger 2016-10-28 08:18:24 +02:00 committed by GitHub
commit 3a699aa121
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/