Understand the Bootstrap package structure
v5The Bootstrap download includes compiled and minified assets, organized into the following directory structure:
css/: Containsbootstrap.cssandbootstrap.min.css. It also includesbootstrap-theme.css(optional) and.mapfiles for CSS source maps.js/: Containsbootstrap.jsandbootstrap.min.js.fonts/: Contains Glyphicons font files (.eot,.svg,.ttf,.woff,.woff2).
bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
│ └── ...
├── js/
│ ├── bootstrap.js
│ └── bootstrap.min.js
└── fonts/
└── glyphicons-halflings-regular.*