lusa 878dc53b0f init project 5 tahun lalu
..
LICENSE.md 878dc53b0f init project 5 tahun lalu
README.md 878dc53b0f init project 5 tahun lalu
expansive.es 878dc53b0f init project 5 tahun lalu
pak.json 878dc53b0f init project 5 tahun lalu

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/