From: PatrickJS Date: Mon, 19 Aug 2013 05:27:30 +0000 (-0700) Subject: fix file structure in What's included X-Git-Tag: v3.0.0~54^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2a8e9e20abbbaddecab67e8dd742cc334a9df3;p=thirdparty%2Fbootstrap.git fix file structure in What's included --- diff --git a/getting-started.html b/getting-started.html index 9d4d46a78e..b0d63de8e0 100644 --- a/getting-started.html +++ b/getting-started.html @@ -73,9 +73,9 @@ bootstrap/ ├── css/ │ ├── bootstrap.css │ ├── bootstrap.min.css -├── js/ -│ ├── bootstrap.js -│ ├── bootstrap.min.js +└── js/ + ├── bootstrap.js + └── bootstrap.min.js {% endhighlight %}

This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*).