sparanoid/almace-scaffolding

`htmlmin` task would remove disqus_thread

Cee opened this issue · 1 comments

Cee commented
`htmlmin` task would remove disqus_thread

htmlmin is set to removeEmptyElements: true for AMSF, for now there's a workaround you can add a space inside the element you'd like to keep, for example:

<div id="disqus_thread"> </div>

I'm also considering disabling removeEmptyElements in future release.