Commit 2ef6e02c authored by Mark Otto's avatar Mark Otto

alphabetize the ordering

parent 2a3680e1
...@@ -36,13 +36,13 @@ The Bootstrap source code download includes the precompiled CSS and JavaScript a ...@@ -36,13 +36,13 @@ The Bootstrap source code download includes the precompiled CSS and JavaScript a
{% highlight bash %} {% highlight bash %}
bootstrap/ bootstrap/
├── less/
├── js/
├── dist/ ├── dist/
│ ├── css/ │ ├── css/
│ └── js/ │ └── js/
└── docs/ ├── docs/
└── examples/ │ └── examples/
├── js/
└── less/
{% endhighlight %} {% endhighlight %}
The `less/` and `js/` are the source code for our CSS and JavaScript. 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/` and `js/` are the source code for our CSS and JavaScript. 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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment