OXID module: HTML minify
Datei suchen
2014-10-29 08:32:10 +01:00
models integrate composer 2014-10-29 08:32:10 +01:00
composer.json integrate composer 2014-10-29 08:32:10 +01:00
metadata.php integrate composer 2014-10-29 08:32:10 +01:00
README.md updated README.md 2014-09-02 14:51:45 +02:00

HTML minify

Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code

Installation

  1. Download
  • download zip and extract zip
  • OR
  • download using git clone git clone https://github.com/alfredbez/ab_htmlmin.git
  1. move folder 'ab_htmlmin' to your 'modules'-folder
  2. 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