From: Jacob Thornton Date: Sun, 11 Sep 2011 05:43:52 +0000 (-0700) Subject: add some notes on installing from command line and from makefile X-Git-Tag: v1.3.0~44^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265511774715b8cbe7cbabb9b2a1bf2f27c28c1e;p=thirdparty%2Fbootstrap.git add some notes on installing from command line and from makefile --- diff --git a/docs/index.html b/docs/index.html index 6f8ad30a2d..5e8d1f7707 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1695,7 +1695,10 @@ Lorem ipsum dolar sit amet illo error ipsum verita Node with makefile - +

Install the less command line compiler with npm by running the following command:

+
$ npm install lessc
+

Once installed just run make from the root of your bootstrap directory and you're all set.

+

Additionally, if you have watchr installed, you may run make watch to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).

Javascript @@ -1711,7 +1714,9 @@ Lorem ipsum dolar sit amet illo error ipsum verita Command line - +

If you already have the less command line tool installed you can simply run the following command:

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

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