palewire/django-bakery

Add SVGs to the default gzip mimetypes

palewire opened this issue · 0 comments

The default list should change to:

GZIP_CONTENT_TYPES = (
    'text/css',
    'text/html',
    'application/javascript',
    'application/x-javascript',
    'application/json',
    'application/xml',
    'image/svg+xml',
)