diff options
| author | Chris Rebert <[email protected]> | 2015-05-26 10:32:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-05-26 10:32:13 -0700 |
| commit | bb8821251b6b80891aa2d02985c760d1aea9f165 (patch) | |
| tree | 6563c8aa3f33c16603c3515c3c96d928ee637332 /docs | |
| parent | 8063e1399814fb485a09974f6a8f65f88b7f084a (diff) | |
| parent | 665d2d25c03c14dfa376a5546d85ffad7dbb1b5f (diff) | |
| download | bootstrap-bb8821251b6b80891aa2d02985c760d1aea9f165.tar.xz bootstrap-bb8821251b6b80891aa2d02985c760d1aea9f165.zip | |
Merge pull request #16533 from mortonfox/patch-1
Update source maps link
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/getting-started/whats-included.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 8aa8cf2a9..08c704d10 100644 --- a/docs/_includes/getting-started/whats-included.html +++ b/docs/_includes/getting-started/whats-included.html @@ -33,7 +33,7 @@ bootstrap/ {% endhighlight %} <!-- NOTE: This info is intentionally duplicated in the README. Copy any changes made here over to the README too. --> - <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>). CSS <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors">source maps</a> (<code>bootstrap.*.map</code>) are available for use with certain browsers' developer tools. 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>). CSS <a href="https://developer.chrome.com/devtools/docs/css-preprocessors">source maps</a> (<code>bootstrap.*.map</code>) are available for use with certain browsers' developer tools. 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> |
