Skip to content

Instantly share code, notes, and snippets.

@gustaflindqvist
Created May 30, 2011 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustaflindqvist/999097 to your computer and use it in GitHub Desktop.
Save gustaflindqvist/999097 to your computer and use it in GitHub Desktop.
Sinatra Stylesheet Expires
get "/css/foo.css" do
content_type 'text/css'
response['Expires'] = (Time.now + 60*60*24*356*3).httpdate
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment