mygento / minify
Magento JS/CSS Minification Module
Installs: 3 130
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento-module
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: 2024-10-21 19:54:48 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" } ] }