]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #2911: correct /lib/ path to /less/
authorMark Otto <markotto@twitter.com>
Tue, 3 Apr 2012 05:40:06 +0000 (22:40 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 3 Apr 2012 05:40:06 +0000 (22:40 -0700)
docs/assets/bootstrap.zip
docs/less.html
docs/templates/pages/less.mustache

index 148858cc119f83cc3efdfd9830c69a0479ece212..75edca45a9a5de40bd76fa27bf618d161619de59 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index d6a0fd64a9445c4b58c4ae9051c31de52982aa59..3542858156abfa7034f9934903a05c5259c423ab 100644 (file)
     <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">
index 8b7f4495d08621ce9c92153536525fbe023bbfa7..5005fb1661ab7e6756df2f7ed3cae38da39524d3 100644 (file)
     <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">