Move assets/paige file to assets/_paige

This commit is contained in:
Will Faught
2023-03-27 22:21:41 -07:00
parent 9be194db0c
commit 2519da323e
2 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ module:
- source: "static"
target: "static"
# Bootstrap
- source: "assets/paige/bootstrap/scss/_vendor"
target: "assets/paige/bootstrap/scss/vendor"
- source: "assets/_paige/bootstrap/scss/_vendor"
target: "assets/_paige/bootstrap/scss/vendor"
- source: "paige/node_modules/bootstrap/dist/css"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.css"]