diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 8500e573c4..a5c0258d23 100644 --- a/docs/_includes/getting-started/whats-included.html +++ b/docs/_includes/getting-started/whats-included.html @@ -16,8 +16,10 @@ Copy any changes made here over to the README too. --> bootstrap/ ├── css/ │ ├── bootstrap.css +│ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap-theme.css +│ ├── bootstrap-theme.css.map │ └── bootstrap-theme.min.css ├── js/ │ ├── bootstrap.js @@ -29,7 +31,7 @@ bootstrap/ └── glyphicons-halflings-regular.woff {% endhighlight %} -
This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*
), as well as compiled and minified CSS and JS (bootstrap.min.*
). Fonts from Glyphicons are included, as is the optional Bootstrap theme.
This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*
), as well as compiled and minified CSS and JS (bootstrap.min.*
) and CSS source maps (bootstrap.*.map
) for use with web browsers developer tools (if you are curious about CSS source maps check out Google Chrome developer network Working with CSS Preprocessors). Fonts from Glyphicons are included, as is the optional Bootstrap theme.
The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more: