Sha256: a6dc0812a976bed5285d54c98ed116fa2e07f67a84f591a7b218ac9866819422

Contents?: true

Size: 483 Bytes

Versions: 1

Compression:

Stored size: 483 Bytes

Contents

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](http://github.com/sstephenson/ruby-yui-compressor/)
and [Rack](http://rack.rubyforge.org/).


# License

Copyright (c) 2010 Sam Stephenson.

Released under the MIT license. See `LICENSE` for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hork-1.0.0 README.md