From 21e186d6b14b5995db1630d7e00ac60b6a571a29 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Wed, 15 Jan 2014 22:44:39 -0500 Subject: [PATCH] Add manifest.webapp to the list of static files --- lib/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app.rb b/lib/app.rb index 0ad9732a..29df5921 100644 --- a/lib/app.rb +++ b/lib/app.rb @@ -55,7 +55,7 @@ class App < Sinatra::Application use Rack::Deflater use Rack::Static, root: 'public', - urls: %w(/assets /docs /images /favicon.ico /robots.txt /opensearch.xml), + urls: %w(/assets /docs /images /favicon.ico /robots.txt /opensearch.xml /manifest.webapp), header_rules: [ [:all, {'Cache-Control' => 'private, max-age=0'}], ['/assets', {'Cache-Control' => 'public, max-age=604800'}],