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

1.1.0 2015-09-25 11:25 UTC

This package is auto-updated.

Last update: 2024-03-21 18:39:19 UTC


README

Build Status Code Climate Scrutinizer Code Quality

Issues

GitHub.

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"
        }
    ]
}

www.mygento.ru