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:
authorBradly Feeley <bradlyf@gmail.com>2012-10-14 05:37:18 +0400
committerBradly Feeley <bradlyf@gmail.com>2012-10-14 05:38:34 +0400
commitfda641fb6cf78c577309b88668b5bae0b6f6912b (patch)
tree602d49ecf9088cfea86669dcfe72bc8de9967198
parentfa778792c5a00577cc2f59f70499b60bda2a8457 (diff)
Updating README link about Less compilation.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82d515d191..23268862b3 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ $ npm install recess connect uglify-js jshint -g
```
+ **build** - `make`
-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>
+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/extend.html#compiling">Read more in our docs &raquo;</a>
+ **test** - `make test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.