# exp-html
**Repository Path**: mirrors_embedthis/exp-html
## Basic Information
- **Project Name**: exp-html
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-10-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
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://www.embedthis.com/pak/](https://www.embedthis.com/pak/)