Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created September 15, 2011 15:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdreyno/1219576 to your computer and use it in GitHub Desktop.
Save tdreyno/1219576 to your computer and use it in GitHub Desktop.
require "rack/contrib/try_static"
use Rack::TryStatic, :root => "build", :urls => %w[/], :try => ['index.html', '/index.html']
require "rack/contrib/static_cache"
use Rack::StaticCache, :urls => ['/'], :root => 'build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment