OXID module: HTML minify
f507909f1b
integrate composer |
||
---|---|---|
models | ||
smarty/plugins | ||
composer.json | ||
metadata.php | ||
README.md |
HTML minify
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Installation
- Download
- download zip and extract zip
- OR
- download using git clone
git clone https://github.com/alfredbez/ab_htmlmin.git
- move folder 'ab_htmlmin' to your 'modules'-folder
- Activate module in the OXID backend
After uploading the module, your directory should look like this:
├── index.php
├── bootstrap.php
├── config.inc.php
├── ...
└── modules
└── ab_htmlmin
├── README.md
├── metadata.php
└── models