diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-30 22:11:00 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-30 22:52:23 +0200 |
| commit | 3a3baddad1c801d77dc398d2c6980f3c14f4a47c (patch) | |
| tree | 9e06aef730504470111c010e53a1857f7b01ab83 /config/paths.js | |
| parent | c3045b163e74b42c0a0e71c646740c76d3bb5ba1 (diff) | |
chore: move htdocs to repo root
Diffstat (limited to 'config/paths.js')
| -rw-r--r-- | config/paths.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/paths.js b/config/paths.js index 27e646a..8b67206 100644 --- a/config/paths.js +++ b/config/paths.js @@ -1,6 +1,6 @@ const path = require('path'); -const devFolder = path.resolve(__dirname, '../htdocs/src/'); +const devFolder = path.resolve(__dirname, '../src/'); module.exports = { src: { @@ -11,5 +11,5 @@ module.exports = { }, dist: path.resolve(devFolder, '../assets/'), files: [path.resolve(devFolder, '../**/*.html')], - sassPaths: [path.resolve(devFolder, '../../node_modules/modern-normalize/')], + sassPaths: [path.resolve(devFolder, '../node_modules/modern-normalize/')], }; |
