Closed rosskarchner closed 6 years ago
Hi @rosskarchner it's looks like a bug. The minify should not remove the space inside tag.
Affects us, too. Even with v0.10.0.
@andrewsmedina Can you at least point to the line in source code where the minification happens?
Workaround using EXCLUDE_FROM_MINIFYING
is too fragile with Django's URL routing IMHO …
Using undocumented EXCLUDE_TAGS_FROM_MINIFYING
is usable as workaround.
We should document EXCLUDE_TAGS_FROM_MINIFYING
setting
so , EXCLUDE_TAGS_FROM_MINIFYING
would solve my example above, if I add 'b' to that list?
What does your python shell tell you? :-)
This seems sort of wrong to me (using the latest release):
which would render like "heyyou", when the intent would pretty clearly be "hey you"