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}}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}}