Skip to content

Instantly share code, notes, and snippets.

@mihar
Created September 21, 2011 00:06
Show Gist options
  • Save mihar/1230791 to your computer and use it in GitHub Desktop.
Save mihar/1230791 to your computer and use it in GitHub Desktop.
Sinatra CSS/SASS wildcard route
get '/*.css' do
content_type 'text/css', :charset => 'utf-8'
sass params[:splat].join.to_sym
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment