diff options
| author | Jacob Thornton <[email protected]> | 2012-03-08 11:09:33 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-08 11:09:33 -0800 |
| commit | 426feeef6a4cf251431c7a21a1c79b0477ef37a0 (patch) | |
| tree | a50794b7715de93902d665e41babf27839fcbddf /docs/less.html | |
| parent | 203d75770c82abb0487e58fece960046c141877c (diff) | |
| download | bootstrap-426feeef6a4cf251431c7a21a1c79b0477ef37a0.tar.xz bootstrap-426feeef6a4cf251431c7a21a1c79b0477ef37a0.zip | |
give pages custom titles based on names
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/less.html b/docs/less.html index 97847cc9d..5b8ad6f2d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Bootstrap, from Twitter</title> + <title>Less ยท Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> @@ -717,8 +717,8 @@ <div class="row"> <div class="span4"> <h3>Node with makefile</h3> - <p>Install the LESS command line compiler globally with npm by running the following command:</p> - <pre>$ npm install -g less</pre> + <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>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 --> |
