rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
541 stars 97 forks source link

Gziping #81

Closed j15e closed 11 years ago

j15e commented 11 years ago

Compile & serve gzip assets for heroku & other PaaS not serving auto-gziping assets?

j15e commented 11 years ago

You can do this with a rack middleware, simpler :

# config.ru
use Rack::Deflater