OXID module: HTML minify
Go to file
2014-09-02 12:41:48 +02:00
models initial commit 2014-07-22 08:05:00 +02:00
metadata.php initial commit 2014-07-22 08:05:00 +02:00
README.md Update README.md 2014-09-02 12:41:48 +02:00

HTML minify

Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code

Installation

  1. 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