diff --git a/Gruntfile.js b/Gruntfile.js index 93831b3351..9a2a5754e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -189,7 +189,7 @@ module.exports = function (grunt) { }, files: { 'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'], - 'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'], + 'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'] } } }, diff --git a/docs/getting-started.html b/docs/getting-started.html index 0bdea4f455..ecd23781f8 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -98,12 +98,11 @@ bootstrap/ │ ├── css/ │ ├── js/ │ └── fonts/ -├── docs/assets/ -├── examples/ -└── *.html +└── 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. docs/assets/
, examples/
, and all *.html
files are for our documentation. 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.