1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

alphabetize the ordering

This commit is contained in:
Mark Otto
2014-11-25 17:09:23 -08:00
parent 2a3680e187
commit 2ef6e02c01

View File

@@ -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.