README
@shanzhai/minify-html-step
A Shanzhai step which minifies a HTML file.
Usage
Within a trigger's event handler, return an instance of MinifyHtmlStep
similar
to the following:
new MinifyHtmlStep(
`A description of the operation being performed`,
new AnInputOfUnminifiedHtml(),
new AnOutputOfMinifiedHtml()
);
Configuration Notes
The configuration used is highly aggressive, and the resulting HTML may actually be invalid, but should still function.
It will not be suitable for inclusion in other HTML documents, however.
Dependencies
This package has the following runtime dependencies:
Name | Version |
---|---|
html-minifier |
Peer Dependencies
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).