public
Description: A Rails plugin / Git hook that optimises PNGs upon adding or updating.
Homepage:
Clone URL: git://github.com/shift/git_png_optimise.git
shift (author)
Wed Oct 01 03:15:03 -0700 2008
commit  313e3dffde0661c62f4de19d44da43bc9ff70c26
tree    40484eb8dc5b6d427de5cbd0848b74d785814308
parent  e58a2eca0f20391d1e04c1a21a71217a002c507c
name age message
file MIT-LICENSE Wed Oct 01 03:09:48 -0700 2008 Inital commit. [shift]
file README Wed Oct 01 03:09:48 -0700 2008 Inital commit. [shift]
file Rakefile Loading commit data...
directory bin/
directory examples/ Wed Oct 01 03:15:03 -0700 2008 Added progress output to the pre-commit hook. [shift]
file init.rb Wed Oct 01 03:09:48 -0700 2008 Inital commit. [shift]
file install.rb Wed Oct 01 03:09:48 -0700 2008 Inital commit. [shift]
directory lib/
directory tasks/
directory test/
file uninstall.rb
README
GitPngOptimise
==============

This plugin is for optimising PNG's upon commit into a git repository, it backs up your current pre-commit hook if there 
is one and replaces it, your git pre-commit hook located in .git/hooks/pre-commit.

The plugin supports OptiPNG (packaged with the plugin, for OS X) and PNGOUT available from 
http://advsys.net/ken/utils.htm

Installation
============

open .git/hooks/pre-commit and change OptiPNG flags as required.

Howto install PNGOUT
====================

Drop the binary file into the plugins bin directory named 'pngout' and 'chmod +x pngout'


Usage
=====

git add public/images/header.png
git commit -m "Look ma no hands."

Copyright (c) 2008 Vincent Palmer & Piers Cawley, released under the MIT license