Skip to content

Commit

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

Co-authored-by: LisaFC <lcarey@google.com>
  • Loading branch information
deining and LisaFC authored Sep 5, 2022
1 parent 40e82e8 commit ae8b811
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 ae8b811

Please sign in to comment.