grunt-templates-hogan icon indicating copy to clipboard operation
grunt-templates-hogan copied to clipboard

Allow minifying HTML before compiling templates

Open tigerclaw-az opened this issue 10 years ago • 1 comments

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.

tigerclaw-az avatar Apr 02 '14 20:04 tigerclaw-az

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.

ssuvorov avatar Jun 24 '15 08:06 ssuvorov