Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / docs / exit_codes.md
1 [Grunt homepage](https://github.com/gruntjs/grunt) | [Documentation table of contents](toc.md)
2
3 # Grunt exit codes
4
5 * `1` - Generic error
6 * `2` - Config file not found
7 * `3` - Task failure
8 * `10` - [UglifyJS](https://github.com/mishoo/UglifyJS) error
9 * `11` - Banner generation error
10 * `20` - Init error
11 * `90-99` - [Nodeunit](https://github.com/caolan/nodeunit) / [QUnit](http://docs.jquery.com/QUnit) error
12
13 ## Nodeunit / QUnit specific
14
15 * `90` - Non assertion-specific error, like a timeout or JavaScript error.
16 * `91-99` - 91 = 1 assertion failed, 95 = 5 assertions failed, 99 = 9 or more assertions failed (you get the idea).