Contents
Once downloaded, unzip the compressed folder and you’ll see something like this:
Bootstrap includes a handful of options for including some or all of our compiled CSS.
JS files | Popper | jQuery |
---|---|---|
bootstrap.bundle.js bootstrap.bundle.min.js | Included | Not included |
bootstrap.js bootstrap.min.js | Not included | Not included |
The Bootstrap source code download includes the precompiled CSS and JavaScript assets, along with source Sass, JavaScript, and documentation. More specifically, it includes the following and more:
├── dist/
│ ├── css/
│ └── js/
├── site/
│ └── 4.3/
│ └── examples/
├── js/
└── scss/