OXID module: HTML minify
Datei suchen
2020-04-02 14:01:16 +02:00
Core Upgrade für OXID6 (#4) 2019-04-18 11:39:09 +02:00
.gitignore Upgrade für OXID6 (#4) 2019-04-18 11:39:09 +02:00
composer.json Upgrade für OXID6 (#4) 2019-04-18 11:39:09 +02:00
metadata.php fixed sMetadataVersion (#6) 2020-04-02 14:01:16 +02:00
README.md update instructions to install in oxid v5 & v6 2019-04-18 12:16:18 +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

Download

first you need composer

add the module to your composer.json

  • via command line composer require alfredbez/ab_htmlmin:"^1.0"
  • OR
  • manually
{
    "require": {
        "alfredbez/ab_htmlmin": "^1.0""
    }
}

This will install the OXID-v6 module. If you need the module for an older shop just use v0.1 instead of v1.0.


Don't forget to activate module in the OXID backend