rack-gem-assets

Added by simonmenke at November 09, 2009 12:19 Star_small_grayStar_small_grayStar_small_grayStar_small_grayStar_small_gray
GitHub stats:
Magnifier watcher(s)
Arrow_branch fork(s)
Wrench

About

This is a Rack Middleware which will find and send static files provided by loaded gems.

Usage

require “rack/gem_assets”
use Rack::GemAssets, :assets_dir => ‘public’, :xsendfile => true

blog comments powered by Disqus