Skip to content

Commit

Permalink
added stylesheets for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
yonbergman committed Mar 28, 2012
1 parent c93a5b7 commit fbd9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Rack::Static,
:urls => ["/resources","/javascripts"],
:urls => ["/resources","/javascripts","/stylesheets"],
:root => "public"

run lambda { |env|
Expand Down

0 comments on commit fbd9e7e

Please sign in to comment.