diff options
Diffstat (limited to 'config.ru')
| -rw-r--r-- | config.ru | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,4 +21,6 @@ module Booty end end +use Rack::Deflater +use Rack::Static, :urls => ["/images", "/js", "/css"], :root => "assets" run Booty::Application.run |
