Skip to content

Commit

Permalink
update static paths
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Sep 23, 2011
1 parent 3b72cb4 commit dcc99a3
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
Expand Up @@ -6,6 +6,6 @@ Bundler.require(:runtime)

require './app'

use Rack::Static, :urls => ["favicon.ico", "favicon.png", "robots.txt", "/blueprint", "/docs", "/stylesheets", "/images", "/javascripts"], :root => "public"
use Rack::Static, :urls => ["/favicon.ico", "/favicon.png", "/robots.txt", "/blueprint", "/docs", "/stylesheets", "/images", "/javascripts"], :root => "public"
run GitApp

0 comments on commit dcc99a3

Please sign in to comment.