Easy to you html minifier by using wyrihaximus/html-compress.
- TYPO3 7.6 - 8.x
- Install the extension by using the extension manager or by using composer
composer require markussom/html-compress
.
config { ... compressBody = 1 ... } OR page.config { ... compressBody = 1 ... }
After this setting the body of you TYPO3 CMS Frontend is now minified
If you want to contribute to html_compress.
- Make an issue at https://github.com/markussom/html_compress/issues.
- Fork the Repo and make you changes.
- Create a pull request
- Have fun :)