diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-28 16:33:00 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:21:41 +0200 |
| commit | b7334838318e4a42171491349038941d347538a0 (patch) | |
| tree | 437d2a71554e0131b436e5df9f82c48b74850543 /config/paths.js | |
| parent | 766b5d723cbfb001d075805ba35fa3da9eea9f88 (diff) | |
build(webpack): watch html files to refresh them on change
Diffstat (limited to 'config/paths.js')
| -rw-r--r-- | config/paths.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/paths.js b/config/paths.js index 48d2bf4..27e646a 100644 --- a/config/paths.js +++ b/config/paths.js @@ -10,6 +10,6 @@ module.exports = { style: path.resolve(devFolder, './scss/style.scss'), }, dist: path.resolve(devFolder, '../assets/'), - files: [path.resolve(devFolder, '../**/*.php')], + files: [path.resolve(devFolder, '../**/*.html')], sassPaths: [path.resolve(devFolder, '../../node_modules/modern-normalize/')], }; |
