Skip to content

Instantly share code, notes, and snippets.

@shortcircuit3
Created March 21, 2013 10:57
Show Gist options
  • Save shortcircuit3/5212216 to your computer and use it in GitHub Desktop.
Save shortcircuit3/5212216 to your computer and use it in GitHub Desktop.
Basic sinatra route for sass file
get '/style.css' do
content_type 'text/css', :charset => 'utf-8'
scss :style
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment