watch_commander.ru in city-watch-0.3.3 vs watch_commander.ru in city-watch-0.4.0
- old
+ new
@@ -4,9 +4,11 @@
app = Rack::Builder.new do
Rack::Utils.key_space_limit = 123456789
+ use Rack::Static, :urls => ["/stylesheets", "/images", "/javascripts"], :root => "static"
+
run CityWatch::Routes
end
run app
\ No newline at end of file