Update config.ru to cache everything at /assets

This commit is contained in:
Seth Vargo 2014-10-06 19:12:53 -04:00
parent fd3e4f8040
commit 0b35de2db7
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