mehmetsuci / reduce

Ruby/CLI: minify javascript + stylesheets, lossless image optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lossless reduction for js, css, html, xml, jpg, png, gif

Install

install ruby + rubygems
sudo gem install reduce

Usage

reduce -o public/image.gif
reduce public/javascripts/application.js > public/javascripts/application.min.js

Options

-o, --overwrite                  overwrite file
-v, --version                    Show Version
-h, --help                       Show this.

Ruby

reduced_data = Reduce.reduce('files/bla.js')

How does it work?

Author

Michael Grosser
grosser.michael@gmail.com
License: MIT

About

Ruby/CLI: minify javascript + stylesheets, lossless image optimization


Languages

Language:JavaScript 71.2%Language:Ruby 28.8%