Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-09-05 20:18:17 +0300
committerGitHub <noreply@github.com>2022-09-05 20:18:17 +0300
commitae8b8117ed166679368c04ba7dbcda9f589f1e11 (patch)
tree18896d985d31413e964137c9ad971e83a56226b4
parent40e82e877455cd236c7b91c4fd9fcd542550f796 (diff)
Module setup: add mount to make bootstrap.js available (#1216)
Fixes #1214. Co-authored-by: LisaFC <lcarey@google.com>
-rw-r--r--dependencies/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies/config.toml b/dependencies/config.toml
index fced225..3d4ec07 100644
--- a/dependencies/config.toml
+++ b/dependencies/config.toml
@@ -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