ab_htmlmin/README.md

37 lines
726 B
Markdown
Raw Permalink Normal View History

2014-07-22 08:05:00 +02:00
HTML minify
=============================
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Versions
------------
| OXID eShop Version | Module Version |
|------|------|
| v5.x | v0.x |
| v6.x | v1.x |
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
* via command line ```composer require alfredbez/ab_htmlmin:"^1.0"```
2014-10-29 10:02:13 +01:00
* OR
* manually
2014-10-30 09:44:03 +01:00
```
2014-10-29 10:02:13 +01:00
{
"require": {
"alfredbez/ab_htmlmin": "^1.0""
2014-10-29 10:02:13 +01:00
}
}
```
This will install the OXID-v6 module. If you need the module for an older shop just use `v0.1` instead of `v1.0`.
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
----