google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Missing SVG contentType in ContentTypeResolver #921

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
defaultContentTypeMap in ContentTypeResolver doesn't contain svg type.

Could you add it in next release ?

here is the correct content type to put in map :

 defaultContentTypeMap.put("svg", "image/svg+xml"); 

Reported on github: 
https://github.com/alexo/wro4j/issues/216

Original issue reported on code.google.com by alex.obj...@gmail.com on 20 Feb 2015 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 20 Feb 2015 at 4:52