HtmlToZen
HtmlToZen is a visual studio extension for convert/minify regular HTML files to ZenHTML.Following the concept of minification of JavaScript and CSS files, this extension minifies HTML files, creating it's version in ZenCoding and also removing any unnecessary spaces and line-breaks. The HTML files can be reduced up to 4 times smaller saving bandwidth and loading webpages faster. For example, this HTML: HTML Edit|Remove html<div id="page"> <div class="logo"> </div> <ul id="navigation"> </ul></div> <div id="page"> <div class="logo"> </div> <ul id="navigation"> </ul> </div> Is minified to:
Important: It is required a client-side implementation (like AngularJS) to convert from ZenHTML to regular HTML before rendered in browsers. |