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" - source: "static"
target: "static" target: "static"
# Bootstrap # Bootstrap
- source: "assets/paige/bootstrap/scss/_vendor" - source: "assets/_paige/bootstrap/scss/_vendor"
target: "assets/paige/bootstrap/scss/vendor" target: "assets/_paige/bootstrap/scss/vendor"
- source: "paige/node_modules/bootstrap/dist/css" - source: "paige/node_modules/bootstrap/dist/css"
target: "assets/_paige/bootstrap" target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.css"] includeFiles: ["/bootstrap.css"]