Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MIME types when serving .js and .css
To correctly render HTML reports we make sure to return the following MIME types instead of "text/plain" - *.css: "text/css" - *.js: "application/javascript" Fixes: #1267
- Loading branch information