diff --git a/gulpfile.js b/gulpfile.js index 096e095..8f3c5e1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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/