From b7334838318e4a42171491349038941d347538a0 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 28 Oct 2021 16:33:00 +0200 Subject: build(webpack): watch html files to refresh them on change --- config/paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/paths.js') 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/')], }; -- cgit v1.2.3