mygento / minify
Magento JS/CSS 最小化模块
1.1.0
2015-09-25 11:25 UTC
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-09-21 19:40:41 UTC
README
问题
功能
- 最小化合并的 CSS ✓
- 最小化合并的 JS ✓
- 最小化 HTML
在您的项目中安装模块
如果您想使用 我们的 Magento 模块仓库,请按照以下方式设置您的项目根目录下的 composer.json
{ "require": { "mygento/minify": "1.*", }, "repositories": [ { "type": "composer", "url": "http://mygento.github.io/packages" } ] }