ab_htmlmin/README.md
Ivo Bathke 5a9f8d2111 Upgrade für OXID6 (#4)
updated module for OXID6
2019-04-18 11:39:09 +02:00

501 B

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