lusa 878dc53b0f init project | před 5 roky | |
---|---|---|
.. | ||
LICENSE.md | před 5 roky | |
README.md | před 5 roky | |
expansive.es | před 5 roky | |
pak.json | před 5 roky |
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'
}
}
}