1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 05:58:25 +01:00

Update source code download structure

This commit is contained in:
Quy Ton 2014-01-03 11:42:27 -08:00
parent 71688061b4
commit 63df2ced6e

View File

@ -102,12 +102,13 @@ bootstrap/
│ ├── css/ │ ├── css/
│ ├── js/ │ ├── js/
│ └── fonts/ │ └── fonts/
├── docs/assets/ └── docs/
├── examples/ ├── assets/
└── *.html ├── examples/
└── *.html
{% endhighlight %} {% endhighlight %}
</div> </div>
<p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. <code>docs/assets/</code>, <code>examples/</code>, and all <code>*.html</code> files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p> <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes <code>assets/</code>, <code>examples/</code>, and all <code>*.html</code> files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p>
<!-- Template <!-- Template