From 426feeef6a4cf251431c7a21a1c79b0477ef37a0 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 8 Mar 2012 11:09:33 -0800 Subject: give pages custom titles based on names --- docs/less.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 97847cc9d..5b8ad6f2d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -2,7 +2,7 @@ - Bootstrap, from Twitter + Less ยท Bootstrap @@ -717,8 +717,8 @@

Node with makefile

-

Install the LESS command line compiler globally with npm by running the following command:

-
$ npm install -g less
+

Install the LESS command line compiler and uglify-js globally with npm by running the following command:

+
$ npm install -g less uglify-js

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).

-- cgit v1.2.3