diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -46,23 +46,27 @@ module: target: static/assets/font - source: node_modules/bootstrap/scss target: assets/scss/bootstrap - - source: node_modules/bootstrap/dist/js/bootstrap.min.js - target: assets/js/bootstrap.min.js + - source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js + target: assets/js/vendor/bootstrap.bundle.min.js + - source: node_modules/clipboard/dist/clipboard.min.js + target: assets/js/vendor/clipboard.min.js + - source: node_modules/list.js/dist/list.min.js + target: assets/js/vendor/list.min.js params: description: "Official open source SVG icon library for Bootstrap" social_image_path: /assets/img/bootstrap-icons-social.png - version: "1.10.2" - docs_version: "5.2" + version: "1.10.3" + docs_version: "5.3" main: "https://getbootstrap.com" github_org: "https://github.com/twbs" - repo: "https://github.com/twbs/icons" + repo: "https://github.com/twbs/bootstrap" twitter: "getbootstrap" - slack: "https://bootstrap-slack.herokuapp.com" - blog: "https://blog.getbootstrap.com" - expo: "https://expo.getbootstrap.com" - themes: "https://themes.getbootstrap.com" opencollective: "https://opencollective.com/bootstrap" + blog: "https://blog.getbootstrap.com/" + themes: "https://themes.getbootstrap.com/" + icons: "https://icons.getbootstrap.com/" + swag: "https://cottonbureau.com/people/bootstrap" icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons" |