From 3cbc40b12995ff1cfa2914e15582991466baa536 Mon Sep 17 00:00:00 2001 From: Tarsis Azevedo Date: Mon, 5 Mar 2012 01:38:20 -0300 Subject: [PATCH] add uglify-js install information in compiling section. improve issue #1756 --- docs/templates/pages/less.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 742b166d27..744861dea0 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -641,8 +641,8 @@

{{_i}}Node with makefile{{/i}}

-

{{_i}}Install the LESS command line compiler globally with npm by running the following command:{{/i}}

-
$ npm install -g less
+

{{_i}}Install the LESS command line compiler and uglify-js globally with npm by running the following command:{{/i}}

+
$ npm install -g less uglify-js

{{_i}}Once installed just run make from the root of your bootstrap directory and you're all set.{{/i}}

{{_i}}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).{{/i}}