aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/getting-started/javascript.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-06-27 11:33:07 +0200
committerJohann-S <[email protected]>2018-07-19 19:59:45 +0200
commiteb81c39f2c36d88d4ebc062a2fa179980827e8be (patch)
tree245e42357d705cf51689cf8e508292e38d2a3e7c /site/docs/4.1/getting-started/javascript.md
parent6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (diff)
downloadbootstrap-eb81c39f2c36d88d4ebc062a2fa179980827e8be.tar.xz
bootstrap-eb81c39f2c36d88d4ebc062a2fa179980827e8be.zip
feat(plugins): allow to import separate plugins
Diffstat (limited to 'site/docs/4.1/getting-started/javascript.md')
-rw-r--r--site/docs/4.1/getting-started/javascript.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/docs/4.1/getting-started/javascript.md b/site/docs/4.1/getting-started/javascript.md
index da7011e76..20500c2af 100644
--- a/site/docs/4.1/getting-started/javascript.md
+++ b/site/docs/4.1/getting-started/javascript.md
@@ -8,7 +8,9 @@ toc: true
## Individual or compiled
-Plugins can be included individually (using Bootstrap's individual `*.js` files), or all at once using `bootstrap.js` or the minified `bootstrap.min.js` (don't include both).
+Plugins can be included individually (using Bootstrap's individual `js/dist/*.js`), or all at once using `bootstrap.js` or the minified `bootstrap.min.js` (don't include both).
+
+If you use a bundler (Webpack, Rollup...), you can use `/js/dist/*.js` files which are UMD ready.
## Dependencies