aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTarsis Azevedo <[email protected]>2012-03-05 01:38:20 -0300
committerTarsis Azevedo <[email protected]>2012-03-05 01:38:20 -0300
commit3cbc40b12995ff1cfa2914e15582991466baa536 (patch)
tree223ae699e2b538714202e531efedd056ae59acda /docs
parent3d58b4622671bc51c22c857641db3b988e73632a (diff)
downloadbootstrap-3cbc40b12995ff1cfa2914e15582991466baa536.tar.xz
bootstrap-3cbc40b12995ff1cfa2914e15582991466baa536.zip
add uglify-js install information in compiling section. improve issue #1756
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/pages/less.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 742b166d2..744861dea 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -641,8 +641,8 @@
<div class="row">
<div class="span4">
<h3>{{_i}}Node with makefile{{/i}}</h3>
- <p>{{_i}}Install the LESS command line compiler globally with npm by running the following command:{{/i}}</p>
- <pre>$ npm install -g less</pre>
+ <p>{{_i}}Install the LESS command line compiler and uglify-js globally with npm by running the following command:{{/i}}</p>
+ <pre>$ npm install -g less uglify-js</pre>
<p>{{_i}}Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.{{/i}}</p>
<p>{{_i}}Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).{{/i}}</p>
</div><!-- /span4 -->