Skip to content

Commit

Permalink
Don't serve static files
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 8, 2010
1 parent 3fc11cf commit 997e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igooglefight.rb
Expand Up @@ -6,7 +6,7 @@ class IGoogleFight < Sinatra::Base
# Config
set :haml, {:format => :html5 }
set :app_file, __FILE__
set :static, true
set :static, false

configure :development do
use Sinatra::ShowExceptions
Expand Down

0 comments on commit 997e26b

Please sign in to comment.