Hork

Hork is Rack middleware for transparently compressing JavaScript and CSS assets with the YUI Compressor.

Sample config.ru:

require "hork"
use Hork

require "your_app"
run YourApp

Installation

$ gem install hork

Requires ruby-yui-compressor and Rack.

License

Copyright (c) 2010 Sam Stephenson.

Released under the MIT license. See LICENSE for details.