Comment

Peter Bengtsson

Interesting! What do you think of it? In particular, what do you think of django-htmlmin? I see that it's a mix of beautifulsoup4 and html5lib. Has it been solid?

I'm quite hesitant towards tools that are called "django-" because HTML minification should just be you and your HTML.

I noticed there's another project called https://github.com/mankyd/htmlmin which you'd think django-htmlmin wraps but that's not the case. Have you tried this one?

Parent comment

Martin

I'm doing the same but with https://pypi.org/project/django-staticinline/ and https://pypi.org/project/django-htmlmin/.