diff options
| author | Mark Otto <[email protected]> | 2012-04-02 22:40:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-02 22:40:06 -0700 |
| commit | 4462f24753463dda66a8301ff10b8e7c0abc5ac8 (patch) | |
| tree | ca4810aacbbc570d6698551aec14b1a19a3cdc08 /docs | |
| parent | 2988de6377d8ccc456af6d4ef1b3064c6c5a1f3b (diff) | |
| download | bootstrap-4462f24753463dda66a8301ff10b8e7c0abc5ac8.tar.xz bootstrap-4462f24753463dda66a8301ff10b8e7c0abc5ac8.zip | |
fix #2911: correct /lib/ path to /less/
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56990 -> 56990 bytes | |||
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 148858cc1..75edca45a 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/less.html b/docs/less.html index d6a0fd64a..354285815 100644 --- a/docs/less.html +++ b/docs/less.html @@ -969,7 +969,7 @@ <div class="span4"> <h3>Command line</h3> <p>Install the LESS command line tool via Node and run the following command:</p> - <pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre> + <pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre> <p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p> </div><!-- /span4 --> <div class="span4"> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 8b7f4495d..5005fb166 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -892,7 +892,7 @@ <div class="span4"> <h3>{{_i}}Command line{{/i}}</h3> <p>{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}</p> - <pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre> + <pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre> <p>{{_i}}Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!{{/i}}</p> </div><!-- /span4 --> <div class="span4"> |
