Add mount for Bootswatch

This commit is contained in:
Thomas A. Christensen II 2022-12-20 21:16:09 -06:00
parent 9002e54525
commit b50a35cfb1
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -44,6 +44,10 @@ target = "assets/scripts/popper"
source = "./node_modules/bootstrap/scss"
target = "assets/styles/bootstrap"
[[module.mounts]]
source = "./node_modules/bootswatch/dist/"
target = "assets/styles/bootswatch"
[[module.mounts]]
source = "./node_modules/bootstrap/dist/js"
target = "assets/scripts/bootstrap"