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** ----