Update config.ru to cache everything at /assets

This commit is contained in:
Seth Vargo 2014-10-06 19:12:53 -04:00
parent 60daaa3955
commit 1b95be0149
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use Rack::Deflater
# to do.
use Rack::StaticCache,
:root => "build",
:urls => ["/images", "/javascripts", "/stylesheets"],
:urls => ["/assets"],
:duration => 2,
:versioning => false