diff --git a/Gruntfile.js b/Gruntfile.js index 9a2a5754e..2c9e4f985 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -60,6 +60,9 @@ module.exports = function (grunt) { }, test: { src: ['js/tests/unit/*.js'] + }, + assets: { + src: ['docs/assets/js/application.js', 'docs/assets/js/customizer.js'] } }, diff --git a/docs/components.html b/docs/components.html index 503b612f6..b81b74937 100644 --- a/docs/components.html +++ b/docs/components.html @@ -14,8 +14,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
Includes 200 glyphs in font format from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to Glyphicons whenever possible.
- +Includes 200 glyphs in font format from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you include a link back to Glyphicons whenever possible.
<section> should be wrapped as inline.
Donec ullamcorper nulla non metus auctor fringilla.
...
...
...
...
diff --git a/docs/getting-started.html b/docs/getting-started.html index cf3ee6119..c947892f5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -101,8 +101,8 @@ bootstrap/ └── docs/ └── examples/ {% endhighlight %} +The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. The docs/ folder includes the source code for our documentation, and examples/ of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.
The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. The docs/ folder includes the source code for our documentation, and examples/ of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.