Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set json files to correct content-type
They are currently inheriting a default mime/content type, 'binary/octet-stream', and they aren't qualified to be compressed inline by the CDN. Switching to 'application/json' allows clients that specify an 'accept-encoding' for the cloudfront/et al to compress the stream.
- Loading branch information