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.
- Host: GitHub
- URL: https://github.com/kudashevs/minifyhtml
- Owner: kudashevs
- Created: 2018-02-17T09:22:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T16:10:51.000Z (over 6 years ago)
- Last Synced: 2025-01-21T16:38:47.879Z (4 months ago)
- Topics: modx, modx-extra, modx-revolution
- Language: PHP
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.