Guest User

Untitled

a guest
Jan 22nd, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. get '/:name.css' do
  2. content_type 'text/css', :charset => 'utf-8'
  3. response.headers['Cache-Control'] = 'public, max-age=3600'
  4. sass :"stylesheets/#{params[:name]}"
  5. end
Add Comment
Please, Sign In to add comment