HTML minify
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Download
first you need composer
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
Description
Languages
PHP
100%