OXID module: HTML minify
Aller au fichier
2014-10-30 09:48:17 +01:00
models add plugin to module 2014-10-29 08:47:25 +01:00
smarty/plugins add plugin to module 2014-10-29 08:47:25 +01:00
composer.json add type 2014-10-29 08:37:19 +01:00
metadata.php integrate composer 2014-10-29 08:32:10 +01:00
README.md Update README.md 2014-10-30 09:48:17 +01:00

HTML minify

Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code

Download

There are several ways to download the module:

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"
    }
}

Download-Option 2: Download using git clone

git clone https://github.com/alfredbez/ab_htmlmin.git

Download-Option 3: Download ZIP

download and extract zip

If you downloaded the module manually or via git:

  • rename the folder to 'ab_htmlmin' if the folder name is 'ab_htmlmin-master'
  • you have to move the folder 'ab_htmlmin' to your 'modules'-folder.

Don't forget to 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