alfredbez / ab_htmlmin
entfernt unnötige Whitespaces aus dem HTML-Code
Installs: 12 835
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 4
Open Issues: 1
Type:oxideshop-module
Requires
- oxid-esales/oxideshop-ce: ^v6.0
This package is auto-updated.
Last update: 2024-10-29 04:30:58 UTC
README
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Versions
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