There was an error while loading. Please reload this page.
Minifing following html code with --collapse-whitespace and --minify-css
--collapse-whitespace
--minify-css
<div style="background: url(images/<% image %>)"></div>
Generates:
<div style="background:url(images/ <% image %>)"></div>
Notice the space between images/ and <% image %>
images/
<% image %>