aboutsummaryrefslogtreecommitdiffstats
path: root/config/paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/paths.js')
-rw-r--r--config/paths.js2
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/')],
};