Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
new style
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jun 2, 2011
1 parent 5a6a7c8 commit 36ef02a
Show file tree
Hide file tree
Showing 16 changed files with 1,253 additions and 92 deletions.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -6,7 +6,7 @@ Bundler.require(:runtime)

require 'app'

use Rack::Static, :urls => ["/css", "/img", "/js"], :root => "public"
use Rack::Static, :urls => ["/css", "/images", "/js"], :root => "public"

run TerminalApp

0 comments on commit 36ef02a

Please sign in to comment.