From eb81c39f2c36d88d4ebc062a2fa179980827e8be Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 27 Jun 2018 11:33:07 +0200 Subject: feat(plugins): allow to import separate plugins --- site/docs/4.1/getting-started/javascript.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'site/docs/4.1/getting-started/javascript.md') 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 -- cgit v1.2.3