-
The HTML minifier removes whitespace around `` as a "blocked/undisplayed element": https://github.com/mrclay/minify/blob/258e495451c03adf57e1df81c2f0ef0c25b2f40d/lib/Minify/HTML.php#L136
However, `…
-
Not clear how much savings this would provide in terms of latency
- https://github.com/mitsuhiko/jinja2-htmlcompress
- https://pypi.org/project/Flask-Minify/
- https://stackoverflow.com/questi…
-
Hello,
The middleware [looks for a header `Content-Type`](https://github.com/mankyd/htmlmin/blob/220b1d16442eb4b6fafed338ee3b61f698a01e63/htmlmin/middleware.py#L80) whose value is _exactly_ `text/htm…
-
I have configured it completely based on the official documentation but it is not working!
I'm using this package in another project and it's working there with the same configuration!!!
Is there an…
-
I've created the new HtmlMin plugin. For convenience, this should only be used in production, however, I can't add the plugin, because I can't append to the list when inheriting.
I could just turn th…
-
I'm minifying a fragment of an HTML doc and html_minify prepends with `` and appends a ``, neither of which I want.
For example:
```
>>> from htmlmin.minify import html_minify
>>> html = 'boo'
>>> h…
-
Use Case: I've got ~50 code examples in my site, in 6 languages. Those languages native syntax obviously causes Parse Errors with html-minifier because they aren't escaped. I've been escaping them, bu…
-
Laravel 5.6, I've set blade to true and it does nothing
-
Grunt is caching your HTML templates with $templateCache.That means all your Html files were included in the script._.js file which was generated in dist/scripts/script._.js.
That is why the views di…
-
I'm finding that, after going through the django-htmlmin middleware implicity self-closing tags (HTML5-style) are becoming explicity self-closed tags (XHTML-style).
For example the `` tag here…
```
…