diff options
| author | Jacob Thornton <[email protected]> | 2012-06-02 18:36:45 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-06-02 18:36:45 -0700 |
| commit | b8a8927b0cd85ab3873bb0e2841a9f77591d5b5f (patch) | |
| tree | 9adc808f9c8d9da0ca5bfbbff0056a3461d7c2c7 | |
| parent | 4ca1cba3f8279b9293fc1e5909508e8b6f69636f (diff) | |
| download | bootstrap-b8a8927b0cd85ab3873bb0e2841a9f77591d5b5f.tar.xz bootstrap-b8a8927b0cd85ab3873bb0e2841a9f77591d5b5f.zip | |
add link to phantomjs in docs #3347
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 »</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. |
