The HTML minify should be configurable as well. Add ```python "HTML_COMPRESSOR": "pipeline.compressors.djangohtml.DjangoHtmlCompressor" ``` settings to it and let user to change it. Than `pipeline.middleware.MinifyHTMLMiddleware` should use corresponding compressor.