ab_htmlmin/README.md
Ivo Bathke 5a9f8d2111 Upgrade für OXID6 (#4)
updated module for OXID6
2019-04-18 11:39:09 +02:00

26 lines
501 B
Markdown

HTML minify
=============================
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Download
------------
first you need [composer](https://getcomposer.org/download/)
add the module to your composer.json
* via command line ```composer.phar require alfredbez/ab_htmlmin dev-master```
* OR
* manually
```
{
"require": {
"alfredbez/ab_htmlmin": "dev-master"
}
}
```
----
**Don't forget to activate module in the OXID backend**
----