Add 504 error handling and update contributing guide

This commit is contained in:
lukasolson
2015-01-21 15:40:42 -07:00
parent 5e5b7e12ea
commit c972953962
2 changed files with 7 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Please write test cases to exercise your changes.
Or to skip the integration tests:
```sh
grunt test_unit
grunt unit_test
```
4. Optionally, run the browser tests. While this step is automated and simple, it can take several minutes for the tests to complete. Unless you are making changes to browser specific portions of the code you can probably let Travis run the browser tests for you.