samsm / Rack--StaticIfPresent

Serve files from public/, but only if they are there (pass 404s to next Rack app)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exactly like Rack::Static, except passes along requests that can't be served by static files in public.

About

Serve files from public/, but only if they are there (pass 404s to next Rack app)

License:MIT License