Fix Bootstrap to work with Go modules

This commit is contained in:
Will Faught
2023-03-27 22:08:42 -07:00
parent 8846d9fdde
commit 9be194db0c
3 changed files with 366 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ module:
- source: "static"
target: "static"
# Bootstrap
- 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"]