tingobol / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 bennett...@gmail.com on 11 Mar 2014 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 11 Mar 2014 at 9:19

GoogleCodeExporter commented 9 years ago
Topic for reference:

  "GZ Files"
  https://groups.google.com/d/topic/phpdesktop/8Eeg_8Nn_p0/discussion

Original comment by czarek.t...@gmail.com on 11 Mar 2014 at 9:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 21 Oct 2014 at 10:38