From efc00388e055cd7f8310f04c64ce6370e49e17ea Mon Sep 17 00:00:00 2001 From: VesterDe Date: Thu, 27 Oct 2016 17:05:22 +0200 Subject: [PATCH] Makes browsersync watch php with wildcard. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/