Skip to content

Support serving .js.gz and .css.gz files in Mongoose #94

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
The order of the MIME Types should be changed from:

{".gz",  3, "application/x-gunzip"},
{".js.gz",  6, "text/javascript"},

To:

{".js.gz",  6, "text/javascript"},
{".gz",  3, "application/x-gunzip"},

So that it will work out the correct MIME type for gzipped js files. This will 
probably have to be done for CSS files.

Original issue reported on code.google.com by [email protected] on 11 Mar 2014 at 9:18

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions