You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

631 B

Grunt homepage | Documentation table of contents

Grunt exit codes

  • 1 - Generic error
  • 2 - Config file not found
  • 3 - Task failure
  • 10 - UglifyJS error
  • 11 - Banner generation error
  • 20 - Init error
  • 90-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).