RubyGems.org

rack-asset-compiler is a Rack middleware that provides a generic interface for compiling static files, such as Sass or CoffeeScript files. rack-asset-compiler does not use any local file storage and makes use of caching headers such as "Cache-Control" and "If-Modified-Since". This makes it ideal for running on read-only filesystem systems such as Heroku.

installgem install rack-asset-compiler -v 0.2.0
Authors

Jonathan Baudanza

3,762 total downloads 630 for this version
Owners

059463476276884f7bc88b1c10f8320b

Gemfile
gem "rack-asset-compiler", "~> 0.2.0"
Versions
  1. 0.2.1 April 19, 2011
  2. 0.2.0 April 17, 2011
  3. 0.1.0 April 14, 2011
  4. 0.0.2 February 25, 2011
Show all versions (5 total)
Runtime Dependencies
  1. rack >= 0