rack-asset-compiler 0.2.1
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.
Gemfile:
=
install:
=
Versions:
- 0.2.1 April 19, 2011 (10 KB)
- 0.2.0 April 17, 2011 (10 KB)
- 0.1.0 April 14, 2011 (9 KB)
- 0.0.2 February 25, 2011 (9 KB)
Runtime Dependencies (1):
rack
>= 0