watch_commander.ru in city-watch-0.4.1 vs watch_commander.ru in city-watch-0.4.2
- old
+ new
@@ -4,10 +4,10 @@
app = Rack::Builder.new do
Rack::Utils.key_space_limit = 123456789
- use Rack::Static, :urls => ["/stylesheets", "/images", "/javascripts"], :root => "#{File.expand_path(File.dirname(__FILE__))}/static/"
+ use Rack::Static, :urls => ["/stylesheets", "/javascripts", "/images"], :root => "#{File.expand_path(File.dirname(__FILE__))}/static/"
run CityWatch::Routes
end
\ No newline at end of file