3.0.0 • Published 14 hours ago

broccoli-htmlmin v3.0.0

Weekly downloads
57
License
MIT
Repository
github
Last release
14 hours ago

broccoli-htmlmin

Minify HTML using Minimize

Issues with the output should be reported on the Minimize issue tracker.

Install

npm install --save-dev broccoli-htmlmin

Usage

var htmlmin = require('broccoli-htmlmin');
tree = htmlmin(tree, options);

API

htmlmin(tree, options)

options

See the Minimize options.

License

MIT © Sindre Sorhus