Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sashas777/magento_optimize

Magento Optimization
https://github.com/sashas777/magento_optimize

Last synced: about 10 hours ago
JSON representation

Magento Optimization

Awesome Lists containing this project

README

        

## Usage

grunt --theme="default/base"

## Components:
https://github.com/thanpolas/grunt-closure-tools

https://github.com/gruntjs/grunt-contrib-imagemin

https://github.com/tschaub/grunt-newer

## GIF Images
https://github.com/kohler/gifsicle
(Additional tool)
## Dependancies

### Closure Compiler installation from source

Install dependencies:
```bash
$ sudo apt-get install git ant openjdk-7-jdk
```

Then checkout the source from Git and build:
```bash
$ git clone https://github.com/google/closure-compiler
$ cd closure-compiler
$ ant
```

To refresh your build, simply call:
```bash
$ git pull
$ ant clean
$ ant
```