Christine McClure

The home for my shortcuts, code snippets, and oft-forgotten directions

www.christinemcclure.com

Juicer

Ruby gem minimizing JavaScript

Installation

gem install juicer
juicer install yui compressor
juicer install jslint

Use

To minify:

juicer merge -i site.js

-i tells it to ignore warnings. Use this because it doesn't understand jQuery, but look over the errors to be sure.