posthtml-minifier
0.1.0 • Public • Published posthtml-minifier

PostHTML plugin that wraps HTMLMinifier.
Usage
var posthtml = require('posthtml');
var minifier = require('posthtml-minifier');
posthtml()
.use(minifier({ removeComments: true }))
.process('<html><body><!-- a comment --></body></html>')
.then(function(result) {
console.log(result.html);
});
Package Sidebar
Install
Weekly Downloads