From: Bradly Feeley Date: Sun, 14 Oct 2012 01:37:18 +0000 (-0700) Subject: Updating README link about Less compilation. X-Git-Tag: v2.2.0^2~17^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5508%2Fhead;p=thirdparty%2Fbootstrap.git Updating README link about Less compilation. --- 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. Read more in our docs » +Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. Read more in our docs » + **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.