From 4462f24753463dda66a8301ff10b8e7c0abc5ac8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Apr 2012 22:40:06 -0700 Subject: [PATCH] fix #2911: correct /lib/ path to /less/ --- docs/assets/bootstrap.zip | Bin 56990 -> 56990 bytes docs/less.html | 2 +- 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 index 148858cc119f83cc3efdfd9830c69a0479ece212..75edca45a9a5de40bd76fa27bf618d161619de59 100644 GIT binary patch delta 446 zcmbQYmwDb^X6^uQW)?065co5ZTZv7(x5{6)ck+fhQFfT9zZ#nkOjMfj&&26=V7^Z8 z#@p{W8UIW^#pMJQ*et{y!2uM>7B&VOq}{uDiLjSBP~^RrIam!)M8`Ya7-)*WEPrNh zx_)Q~Cj&FwQlRmZ&(yiVG>g?&3IIhW^xMHiuJl(6F#eq!ut1ef7s*YNr!O#sx#8S` zDkY#2&%>rrC7W9gH;Vy{;kaeMq}@B&;EpVi<9A1Pa_KE`CLNG~IJ*eY{~Qc|Ca<~W zgDxa-I{;m%&$XYz(RQFfT9zZzQ+OjMe2=EUiCV17~0 z#@p{W8D~yD#pMJQ*et{y!2uM>7B&Wp6!vUhBJ5=j6nXDu4pXD!9c~OX#b1^`GdEp7 zG=!6Z8Ez@i_{nGLT)?gXY8I=n6ab1$=(mH3T1eZAWyWm$zLZLJ-4EAT}WkUUVl2T}b4v56nHYCO6zQW&(ygvRf|S SwMVsO)?}l5&LCCg_tXKGVx9Q_ diff --git a/docs/less.html b/docs/less.html index d6a0fd64a9..3542858156 100644 --- a/docs/less.html +++ b/docs/less.html @@ -969,7 +969,7 @@

Command line

Install the LESS command line tool via Node and run the following command:

-
$ lessc ./lib/bootstrap.less > bootstrap.css
+
$ lessc ./less/bootstrap.less > bootstrap.css

Be sure to include --compress in that command if you're trying to save some bytes!

diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 8b7f4495d0..5005fb1661 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -892,7 +892,7 @@

{{_i}}Command line{{/i}}

{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}

-
$ lessc ./lib/bootstrap.less > bootstrap.css
+
$ lessc ./less/bootstrap.less > bootstrap.css

{{_i}}Be sure to include --compress in that command if you're trying to save some bytes!{{/i}}