vanetix / grunt-templates-hogan

Compile hogan templates with grunt.
MIT License
16 stars 14 forks source link

Allow minifying HTML before compiling templates #13

Open tigerclaw-az opened 10 years ago

tigerclaw-az commented 10 years ago

I would the option to minify the HTML that will be compiled so that I don't get any extra newlines and comments. I cannot use 'htmlmin' because it does not handle template formats.

ssuvorov commented 9 years ago

I would say to minify mustache instead of html. Because there are spaces between inline-block nodes that leads to moving last inline-block element to the next string in lists.