1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

run qunit tests in phantomjs for travis-ci

This commit is contained in:
Jacob Thornton
2012-04-19 17:34:07 -07:00
parent 1160935446
commit 03f78f7a60
7 changed files with 117 additions and 2 deletions

View File

@@ -91,6 +91,9 @@ $ npm install recess 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 &raquo;</a>
+ **test** - `make test`
Runs jshint and qunit tests headlessly in phantom js (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.