]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add uglify-js install information in compiling section. improve issue #1756 2405/head 2443/head
authorTarsis Azevedo <tarsis.azevedo@gmail.com>
Mon, 5 Mar 2012 04:38:20 +0000 (01:38 -0300)
committerTarsis Azevedo <tarsis.azevedo@gmail.com>
Mon, 5 Mar 2012 04:38:20 +0000 (01:38 -0300)
docs/templates/pages/less.mustache

index 742b166d27ac051627ac35dc2aef3053d153924b..744861dea00bfdf52e2830f9745eb9c90b6a9817 100644 (file)
   <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 -->