Minify HTML using minimize
Issues with the output should be reported on the minimize issue tracker.
This differs from grunt-contrib-htmlmin in that it uses a proper HTML-parser instead of a bunch of fragile regexes.
Install
$ npm install --save-dev grunt-minify-html
Usage
grunt; // npm install --save-dev load-grunt-tasks grunt; grunt;
Options
See the minimize
options.
License
MIT © Sindre Sorhus