An open API service indexing awesome lists of open source software.

https://github.com/kudashevs/minifyhtml

MODx Revolution plugin which minify output HTML code.
https://github.com/kudashevs/minifyhtml

modx modx-extra modx-revolution

Last synced: 3 months ago
JSON representation

MODx Revolution plugin which minify output HTML code.

Awesome Lists containing this project

README

        

## MinifyHTML

MODx Revolution plugin which remove unnecessary space symbols (minify) from output HTML code.

### Available system settings (namespace minifyhtml):

* exclude - coma separated list of documents excluded from minification.
* newlines – remove all new lines symbols from output, default true.
* doubles – replace space characters doubles in output with last one, default false.