2017 © Pedro PelĂĄez
 

oxid-module ab_htmlmin

entfernt unnötige Whitespaces aus dem HTML-Code

image

alfredbez/ab_htmlmin

entfernt unnötige Whitespaces aus dem HTML-Code

  • Thursday, October 30, 2014
  • by alfredbez
  • Repository
  • 1 Watchers
  • 4 Stars
  • 2,174 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

HTML minify

Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code, (*1)

Versions

OXID eShop Version Module Version
v5.x v0.x
v6.x v1.x

Download

first you need composer, (*2)

add the module to your composer.json * via command line composer require alfredbez/ab_htmlmin:"^1.0" * OR * manually, (*3)

{
    "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., (*4)


Don't forget to activate module in the OXID backend, (*5)


The Versions

30/10 2014

dev-master

9999999-dev

entfernt unnötige Whitespaces aus dem HTML-Code

  Sources   Download

The Requires

 

by Alfred Bez