From: Jacob Thornton Date: Sun, 3 Jun 2012 01:36:45 +0000 (-0700) Subject: add link to phantomjs in docs #3347 X-Git-Tag: v2.1.0~2^2~343 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8a8927b0cd85ab3873bb0e2841a9f77591d5b5f;p=thirdparty%2Fbootstrap.git add link to phantomjs in docs #3347 --- diff --git a/README.md b/README.md index f69925ea6c..2f60a6d693 100644 --- a/README.md +++ b/README.md @@ -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. Read more in our docs » + **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.