Browse Source

gulp changes

windhamdavid 2 years ago
parent
commit
b145eda9fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -134,7 +134,7 @@ function run() {
     proxy: 'https://daw.ovid',
     port: '333'
   });
-  gulp.watch('./*.php').on('change', gulp.series(reload));
+  gulp.watch(['./**/*.php', './**/*.css']).on('change', gulp.series(reload));
   console.log("🔥 Run");
 }