Skip to content

Commit

Permalink
Module setup: add mount to make bootstrap.js available (google#1216)
Browse files Browse the repository at this point in the history
Fixes google#1214.

Co-authored-by: LisaFC <lcarey@google.com>
  • Loading branch information
2 people authored and fekete-robert committed Sep 13, 2022
1 parent e04cb15 commit f1dd712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ _merge = "deep"
[[module.imports.mounts]]
source = "scss"
target = "assets/vendor/bootstrap/scss"
[[module.imports.mounts]]
source = "dist/js"
target = "assets/vendor/bootstrap/dist/js"
[[module.imports]]
path = "github.com/FortAwesome/Font-Awesome"
disable = false
Expand Down

0 comments on commit f1dd712

Please sign in to comment.