-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up reporting. We had to inline images and css because:
We had the issue where this worked locally, but not on the server. If we used links for stylesheet and `img src` urls, it would attempt to fetch them but the request timed out after 10 seconds. This might be because of concurrentrequests, and the test server only having 1 thread at the time. In any case, this approach to inline it should be prettty fool proof.
- Loading branch information
1 parent
54e0bad
commit 7d0258a
Showing
6 changed files
with
7 additions
and
252 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.