ab_htmlmin/README.md

26 regels
501 B
Markdown

2014-07-22 08:05:00 +02:00
HTML minify
=============================
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
2014-10-30 09:44:03 +01:00
Download
2014-07-22 08:05:00 +02:00
------------
2014-10-30 09:44:03 +01:00
first you need [composer](https://getcomposer.org/download/)
2014-10-29 10:02:13 +01:00
2014-10-30 09:44:03 +01:00
add the module to your composer.json
2014-10-29 10:02:13 +01:00
* via command line ```composer.phar require alfredbez/ab_htmlmin dev-master```
* OR
* manually
2014-10-30 09:44:03 +01:00
```
2014-10-29 10:02:13 +01:00
{
"require": {
"alfredbez/ab_htmlmin": "dev-master"
}
}
```
2014-10-30 09:50:16 +01:00
----
**Don't forget to activate module in the OXID backend**
2014-10-30 09:44:03 +01:00
----