wilsonzlin / minify-html

Extremely fast and smart HTML + JS + CSS minifier, available for Rust, Deno, Java, Node.js, Python, Ruby, and WASM
MIT License
842 stars 36 forks source link

Jinja in tags or attributes fails #198

Open chrisstaite-menlo opened 2 months ago

chrisstaite-menlo commented 2 months ago

Minifying HTML that has Jinja in either a tag or an attribute fails:

<a{{ {'href': link_href}|xmlattr }}>Link</a>

or

<span{% if class_name %} class="{{ class_name }}"{% end %}></span>