Update config.ru to cache everything at /assets
This commit is contained in:
parent
60daaa3955
commit
1b95be0149
|
@ -12,7 +12,7 @@ use Rack::Deflater
|
|||
# to do.
|
||||
use Rack::StaticCache,
|
||||
:root => "build",
|
||||
:urls => ["/images", "/javascripts", "/stylesheets"],
|
||||
:urls => ["/assets"],
|
||||
:duration => 2,
|
||||
:versioning => false
|
||||
|
||||
|
|
Loading…
Reference in New Issue