mygento / minify
Magento JS/CSS Minification Module
Installs: 3 130
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento-module
pkg:composer/mygento/minify
Requires
- php: >=5.5
- magento-hackathon/magento-composer-installer: 3.*
- matthiasmullie/minify: ^1.3
- mygento/base: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-21 21:58:58 UTC
README
Issues
Features
- Minify merged CSS ✓
- Minify merged JS ✓
- Minify HTML
Install a module in your project
If you want to use the our Magento module repository,
set up your root composer.json in your project like this:
{
"require": {
"mygento/minify": "1.*",
},
"repositories": [
{
"type": "composer",
"url": "http://mygento.github.io/packages"
}
]
}