zhangbo f5c9921491 Add Chassis Indentify vor 4 Jahren
..
LICENSE.md f5c9921491 Add Chassis Indentify vor 4 Jahren
README.md f5c9921491 Add Chassis Indentify vor 4 Jahren
expansive.es f5c9921491 Add Chassis Indentify vor 4 Jahren
package.json f5c9921491 Add Chassis Indentify vor 4 Jahren

README.md

exp-html

Expansive plugin for the HTML minifier.

Provides the 'html' service to minify HTML files.

To install:

pak install exp-html

To configure in expansive.json:

  • html.enable — Enable the html service to post-process HTML files. Defaults to true.
  • html.mappings — File extensions to process. Defaults to [ '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'
        }
    }
    }
    

Get Pak from

https://embedthis.com/pak/