Documentation Question Regarding "Plugins can be included individually (using Bootstrap’s individual js/dist/*.js)" #40536
-
I was hoping to customize the JS I use to exclude javascript for things like Carousel, maybe Scrollspy, and other features I know I wont need. The documentation seems to indicate this possibility, but when downloading bootstrap, I do not see the js/dist directory. Am I just misunderstanding the documentation here? "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)." Source: https://getbootstrap.com/docs/5.3/getting-started/javascript/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @wyattnolen How do you install Bootstrap? With NPM, for instance, you can:
|
Beta Was this translation helpful? Give feedback.
OK, so you should have the same files by downloading the sources from https://getbootstrap.com/docs/5.3/getting-started/download/#source-files, in the
bootstrap-5.3.3/js/dist/
directory.