Grunt exit codes
October 1, 2012 ยท View on GitHub
Grunt homepage | Documentation table of contents
Grunt exit codes
1- Generic error2- Config file not found3- Task failure10- UglifyJS error11- Banner generation error20- Init error90-99- Nodeunit / QUnit error
Nodeunit / QUnit specific
90- Non assertion-specific error, like a timeout or JavaScript error.91-99- 91 = 1 assertion failed, 95 = 5 assertions failed, 99 = 9 or more assertions failed (you get the idea).