Skip to content

Commit a11ea2a

Browse files
committed
Remove obsolete manifest.webapp
1 parent 48f5fb1 commit a11ea2a

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

lib/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class App < Sinatra::Application
7474
use Rack::Deflater
7575
use Rack::Static,
7676
root: 'public',
77-
urls: %w(/assets /docs/ /images /favicon.ico /robots.txt /opensearch.xml /manifest.webapp /mathml.css),
77+
urls: %w(/assets /docs/ /images /favicon.ico /robots.txt /opensearch.xml /mathml.css),
7878
header_rules: [
7979
[:all, {'Cache-Control' => 'no-cache, max-age=0'}],
8080
['/assets', {'Cache-Control' => 'public, max-age=604800'}],

public/manifest.webapp

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)