Skip to content
Snippets Groups Projects
Commit 10de4d41 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Remove HTML minification

There are too often unreproducible errors and compression by the proxy
provides the same optimisation.
parent f6fd7ba4
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@
from flask.logging import default_handler
from flask_caching import Cache
from flask_gravatar import Gravatar
from flask_htmlmin import HTMLMIN
from flask_rev import Rev
from flask_sitemap import Sitemap
from icalendar import Calendar
......@@ -53,7 +52,6 @@
'presentations-alt', 'contribute-alt', 'foundation-alt', 'supporters-alt',
'donate-alt', 'donate_thanks', 'donate_cancel', 'service_providers-alt']
cache.init_app(app)
HTMLMIN(app)
Rev(app)
Gravatar(app, size=198, default='mp', use_ssl=True)
sitemap = Sitemap(app=app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment