diff options
| author | Mark Otto <[email protected]> | 2014-11-29 16:51:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 16:51:38 -0800 |
| commit | a35ee9d21857cf34980645045aecec0d8ead9179 (patch) | |
| tree | 1b47f36b99915ae64de9f87bb42439163bc9af04 /docs/_includes/getting-started | |
| parent | 01fa32e879d001add202d3b28ee510ac5fd66ff9 (diff) | |
| parent | c1885ef58b1c1dfcc3948c42da1053a13db9de46 (diff) | |
| download | bootstrap-a35ee9d21857cf34980645045aecec0d8ead9179.tar.xz bootstrap-a35ee9d21857cf34980645045aecec0d8ead9179.zip | |
Merge pull request #15238 from peterblazejewicz/docs/dist-update
Add CSS source maps reference to docs. Closes #15211
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/whats-included.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 8500e573c..a5c0258d2 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 %} - <p>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 (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p> + <p>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 (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>) and CSS source maps (<code>bootstrap.*.map</code>) for use with web browsers developer tools (if you are curious about CSS source maps check out Google Chrome developer network <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors" target="_blank">Working with CSS Preprocessors</a>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p> <h2 id="whats-included-source">Bootstrap source code</h2> <p>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:</p> |
