Skip to content

Instantly share code, notes, and snippets.

@nanodeath
Created November 1, 2009 16:52
Show Gist options
  • Save nanodeath/223581 to your computer and use it in GitHub Desktop.
Save nanodeath/223581 to your computer and use it in GitHub Desktop.
TIME_AT_LAUNCH = Time.now
...
get '/stylesheets/:stylesheet.sass' do
content_type 'text/css', :charset => 'utf-8'
last_modified TIME_AT_LAUNCH
sass :"stylesheets/#{params['stylesheet']}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment