Commit d6284314 authored by Seth Vargo's avatar Seth Vargo

Tell Rack to cache /assets

parent 37eb3043
...@@ -12,7 +12,7 @@ use Rack::Deflater ...@@ -12,7 +12,7 @@ use Rack::Deflater
# to do. # to do.
use Rack::StaticCache, use Rack::StaticCache,
:root => "build", :root => "build",
:urls => ["/images", "/javascripts", "/stylesheets"], :urls => ["/assets"],
:duration => 2, :duration => 2,
:versioning => false :versioning => false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment