add link to phantomjs in docs #3347

This commit is contained in:
Jacob Thornton 2012-06-02 18:36:45 -07:00
parent 4ca1cba3f8
commit b8a8927b0c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ $ npm install recess uglify-js jshint -g
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>
+ **test** - `make test`
Runs jshint and qunit tests headlessly in phantom js (used for ci). Depends on having phatomjs installed.
Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phatomjs installed.
+ **watch** - `make watch`
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.