diff --git a/docs/extend.html b/docs/extend.html index dfbe436fab..e8d34f9a89 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -136,16 +136,8 @@
Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:
-$ npm install -g less jshint recess uglify-js-
Once installed just run make
from the root of your bootstrap directory and you're all set.
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).
Install the LESS command line tool via Node and run the following command:
-$ lessc ./less/bootstrap.less > bootstrap.css-
Be sure to include --compress
in that command if you're trying to save some bytes!
Follow the instructions in the project readme on GitHub for compiling via command line.
Download the latest Less.js and include the path to it (and Bootstrap) in the <head>
.
{{_i}}Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:{{/i}}
-$ npm install -g less jshint recess 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}}
{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}
-$ lessc ./less/bootstrap.less > bootstrap.css-
{{_i}}Be sure to include --compress
in that command if you're trying to save some bytes!{{/i}}
{{_i}}Follow the instructions in the project readme on GitHub for compiling via command line.{{/i}}
{{_i}}Download the latest Less.js and include the path to it (and Bootstrap) in the <head>
.{{/i}}