Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/magento_optimize
Magento Optimization
https://github.com/sashas777/magento_optimize
Last synced: about 10 hours ago
JSON representation
Magento Optimization
- Host: GitHub
- URL: https://github.com/sashas777/magento_optimize
- Owner: sashas777
- Created: 2015-08-31T19:20:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T08:12:28.000Z (about 9 years ago)
- Last Synced: 2024-05-02T05:03:21.385Z (7 months ago)
- Language: JavaScript
- Size: 16.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```