diff options
| author | Mark Otto <[email protected]> | 2012-10-16 20:36:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-16 20:36:12 -0700 |
| commit | b06724a1a4f6d297564dd4f4c17aec10f4dc6e2e (patch) | |
| tree | 8e75131dc7e9f5244c69916116b08ead297e83f2 | |
| parent | 709870aa3e5edab74e9644273df092258569b449 (diff) | |
| parent | fda641fb6cf78c577309b88668b5bae0b6f6912b (diff) | |
| download | bootstrap-b06724a1a4f6d297564dd4f4c17aec10f4dc6e2e.tar.xz bootstrap-b06724a1a4f6d297564dd4f4c17aec10f4dc6e2e.zip | |
Merge pull request #5508 from bradly/fix-readme-link
Updating README link about Less compilation.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 »</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 »</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. |
