markussom / html-compress
Compress/minify your HTML output
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 12 373
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Type:typo3-cms-extension
Requires
- php: >=5.5.0
- typo3/cms-core: >=6.2.20,<8.9.99
- wyrihaximus/html-compress: ^2.0
Requires (Dev)
- mikey179/vfsstream: ~1.6.0
- namelesscoder/typo3-repository-client: ^1.2.0
- phpunit/phpunit: ~4.8.0
Replaces
- html_compress: 2.0.0
- typo3-ter/html-compress: 2.0.0
README
Easy to you html minifier by using wyrihaximus/html-compress.
Build Status
Requirements
- TYPO3 7.6 - 8.x
Installation
- Install the extension by using the extension manager or by using composer
composer require markussom/html-compress
.
TypoScript
config { ... compressBody = 1 ... } OR page.config { ... compressBody = 1 ... }
After this setting the body of you TYPO3 CMS Frontend is now minified
Contribute
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 :)