Skip to content

Commit

Permalink
Ignore Bootstrap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored and bep committed Dec 23, 2022
1 parent dfeb41f commit fe59f6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ target = "assets/scss/bootstrap/vendor"
source = "assets"
target = "assets"
[[module.imports]]
path="github.com/twbs/bootstrap"
ignoreConfig = true
path = "github.com/twbs/bootstrap"
[[module.imports.mounts]]
source = "scss"
target = "assets/scss/bootstrap"
[[module.imports.mounts]]
source = "js"
target = "assets/js/bootstrap"
[[module.imports]]
path="github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2"
path = "github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2"

0 comments on commit fe59f6e

Please sign in to comment.