summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.ru b/config.ru
index d55afdc..de4b2c2 100644
--- a/config.ru
+++ b/config.ru
@@ -21,4 +21,6 @@ module Booty
end
end
+use Rack::Deflater
+use Rack::Static, :urls => ["/images", "/js", "/css"], :root => "assets"
run Booty::Application.run