alfredbez/ab_htmlmin

There is no license information available for the latest version (v1.0.1) of this package.

entfernt unnötige Whitespaces aus dem HTML-Code

Maintainers

Package info

github.com/alfredbez/ab_htmlmin

Type:oxideshop-module

pkg:composer/alfredbez/ab_htmlmin

Statistics

Installs: 15 422

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

v1.0.1 2020-04-02 12:01 UTC

This package is auto-updated.

Last update: 2026-03-01 00:09:33 UTC


README

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