html-minify-stream
minify html in a stream using html-minifier.
Install
npm install html-minify-stream
Usage
var htmlMinifyStream = fs
API
htmlMinifyStream(?options)
Create a new minify stream. Write an html document to it. options
is an
options object for html-minifier.