mirror of https://github.com/status-im/consul.git
Update config.ru to cache everything at /assets
This commit is contained in:
parent
fd3e4f8040
commit
0b35de2db7
|
@ -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