aboutsummaryrefslogtreecommitdiffstats
path: root/config/webpack/paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpack/paths.js')
-rw-r--r--config/webpack/paths.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/webpack/paths.js b/config/webpack/paths.js
index fd4c73f..6b85154 100644
--- a/config/webpack/paths.js
+++ b/config/webpack/paths.js
@@ -9,7 +9,7 @@ module.exports = {
scripts: path.resolve(devFolder, './js/app.js'),
style: path.resolve(devFolder, './scss/style.scss'),
},
- dist: path.resolve(devFolder, '../assets/'),
- files: [path.resolve(devFolder, '../**/*.php')],
+ dist: path.resolve(devFolder, '../public/assets/'),
+ files: [path.resolve(devFolder, '../public/**/*.php')],
sassPaths: [path.resolve(devFolder, '../node_modules/modern-normalize/')],
};