diff options
| author | Mark Otto <[email protected]> | 2012-04-30 15:30:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-30 15:30:56 -0700 |
| commit | 6e9756ebb682dbb1ea9c9a75653838bd130a9cb6 (patch) | |
| tree | 1cf4b26b8e8f47815ae4e8a7ac51295b274cbec1 /docs/less.html | |
| parent | ad46b0980caf9a943ca213ce240083f7a65ac993 (diff) | |
| download | bootstrap-6e9756ebb682dbb1ea9c9a75653838bd130a9cb6.tar.xz bootstrap-6e9756ebb682dbb1ea9c9a75653838bd130a9cb6.zip | |
#3228: update docs to list dependencies from 2.0.3 for compiling via make
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index 3fecd1ade..781bd2fb7 100644 --- a/docs/less.html +++ b/docs/less.html @@ -975,8 +975,8 @@ <div class="row"> <div class="span4"> <h3>Node with makefile</h3> - <p>Install the LESS command line compiler and uglify-js globally with npm by running the following command:</p> - <pre>$ npm install -g less uglify-js</pre> + <p>Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:</p> + <pre>$ npm install -g less jshint recess uglify-js</pre> <p>Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.</p> <p>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).</p> </div><!-- /span4 --> |
