From c1885ef58b1c1dfcc3948c42da1053a13db9de46 Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Wed, 26 Nov 2014 22:58:23 +0100 Subject: [PATCH] Add CSS source maps reference to docs. Closes #15211 - update distribution file list with relevant files - add a short reference to CSS source map purpose - add link to Google Chrome developer network article --- docs/_includes/getting-started/whats-included.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

Bootstrap source code

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: