exhibit-builder-minify-html
v0.1.0
Published
Minifies HTML files using minimize
Downloads
2
Readme
minify-html
Exhibit.js builder plugin
Minifies HTML files using minimize.
$ npm install -D exhibit-builder-minify-html
Usage
.use('minify-html', options)
Options
All the minimize options work as normal.
Additional options
include
(string/array/function) — default:'**/*.html'
Chooses which files this plugin should process. Follows Exhibit’s glob convention.
License
MIT