Add mount for Bootswatch
This commit is contained in:
parent
9002e54525
commit
b50a35cfb1
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ target = "assets/scripts/popper"
|
||||||
source = "./node_modules/bootstrap/scss"
|
source = "./node_modules/bootstrap/scss"
|
||||||
target = "assets/styles/bootstrap"
|
target = "assets/styles/bootstrap"
|
||||||
|
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "./node_modules/bootswatch/dist/"
|
||||||
|
target = "assets/styles/bootswatch"
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "./node_modules/bootstrap/dist/js"
|
source = "./node_modules/bootstrap/dist/js"
|
||||||
target = "assets/scripts/bootstrap"
|
target = "assets/scripts/bootstrap"
|
||||||
|
|
Loading…
Reference in a new issue