Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Readme: Removed 'grunt zip' and added test exclusion doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Feb 5, 2014
1 parent 1651544 commit 7378b55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Currently the library is shipped on the jQuery CDN/download as a single monolith
* `js` - resolve dependencies, build, concat, and minify the JavaScript used for jQuery Mobile
* `css` - resolve dependencies, build, concat, and minify all the css, just the structure css, and just the theme css
* `demos` - build the js and css, and make the docs ready for static consumption
* `zip` - package all the JavaScript and all the css into a zip archive
* `dist` (default target) - all of the above
* `lint` - Validates JavaScript files using [JSHint](http://jshint.com/)

Expand Down Expand Up @@ -117,6 +116,12 @@ You can choose to run only a subset of the tests by adding the `--suites` option

will only run the tests under `tests/unit/button/` and `tests/unit/slider/`.

You can also exclude some tests buy using `!`. For instance:

grunt test --type=integration --suites=!navigation

will run all the integration tests but the navigation suite.

You can also specify which versions of jQuery you want to test jQuery Mobile by using the `--jqueries` option:

grunt test --jqueries=1.8.3,git
Expand Down

0 comments on commit 7378b55

Please sign in to comment.