|
5 år sedan | |
---|---|---|
.. | ||
LICENSE.md | 5 år sedan | |
README.md | 5 år sedan | |
expansive.es | 5 år sedan | |
pak.json | 5 år sedan |
Expansive plugin for the HTML minifier.
Provides the 'html' service to minify HTML files.
pak install exp-html
html.options — Command line options to html-minifier. Default options are: --remove-comments --collapse-whitespace --prevent-attributes-escaping --remove-empty-attributes --remove-optional-tags
{
services: {
'html': {
enable: true,
options: '--remove-comments \
--conservative-collapse \
--prevent-attributes-escaping \
--remove-empty-attributes \
--remove-optional-tags'
}
}
}