Skip to content

Commit

Permalink
Edited weaky.rb via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
FRickReich committed Sep 19, 2011
1 parent 8f46ca1 commit 6dcc39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weaky.rb
Expand Up @@ -60,9 +60,9 @@ class Weaky < Sinatra::Base
redirect '/home'
end

get '/stylesheet.css' do
get '/:name.css' do
content_type 'text/css', :charset => 'utf-8'
sass :stylesheet
sass :"/#{params[:name]}"
end

get '/items/all' do
Expand Down

0 comments on commit 6dcc39d

Please sign in to comment.