markussom/html-compress

Compress/minify your HTML output

Installs: 12 372

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 0

Type:typo3-cms-extension

2.0.0 2019-10-08 19:53 UTC

This package is auto-updated.

Last update: 2024-04-14 21:38:17 UTC


README

Easy to you html minifier by using wyrihaximus/html-compress.

Build Status

image

Requirements

  • TYPO3 7.6 - 8.x

Installation

  1. 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.

  1. Make an issue at https://github.com/markussom/html_compress/issues.
  2. Fork the Repo and make you changes.
  3. Create a pull request
  4. Have fun :)