Fix Bootstrap SCSS mount

master
Will Faught 2 years ago
parent 9212a934ea
commit 1156b8dea4

@ -28,7 +28,7 @@ module:
- source: "node_modules/bootstrap/js/dist" - source: "node_modules/bootstrap/js/dist"
target: "static/paige/bootstrap" target: "static/paige/bootstrap"
- source: "node_modules/bootstrap/scss" - source: "node_modules/bootstrap/scss"
target: "static/paige/bootstrap" target: "assets/paige/bootstrap"
# Bootstrap Icons # Bootstrap Icons
- source: "node_modules/bootstrap-icons/font/fonts" - source: "node_modules/bootstrap-icons/font/fonts"
target: "static/paige/bootstrap-icons/fonts" target: "static/paige/bootstrap-icons/fonts"

Loading…
Cancel
Save