The home for my shortcuts, code snippets, and oft-forgotten directions
www.christinemcclure.comRuby gem minimizing JavaScript
gem install juicer juicer install yui compressor juicer install jslint
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.