Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-19 03:16:42 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-19 03:16:42 +0400
commitedb52a82d83d473071c20dfc4d8cb99742421950 (patch)
tree6a2a73e6b442062a13adcae13e2cf5d23539e9bd /README.md
parentbc07e2adae7bc61795d54681915d791aee41c49a (diff)
make bootstrap compile with Recess instead of Less
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8907f059a3..cab1d7afde 100644
--- a/README.md
+++ b/README.md
@@ -82,14 +82,14 @@ Developers
We have included a makefile with convenience methods for working with the Bootstrap library.
+ **dependencies**
-Our makefile depends on you having less, uglify.js, and jshint installed. To install, just run the following command in npm:
+Our makefile depends on you having recess, uglify.js, and jshint installed. To install, just run the following command in npm:
```
-$ npm install less uglify-js jshint -g
+$ npm install recess uglify-js jshint -g
```
+ **build** - `make`
-Runs the LESS compiler to rebuild the `/less` files and compiles the docs pages. Requires lessc and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
+Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
+ **watch** - `make watch`
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.