| 123456789101112131415161718192021 |
- CACHE MANIFEST
- # <%= app_theme %> <%= app_size %> <%= app_layout %>
- CACHE:
- /
- <%= javascript_path 'application', asset_host: false %>
- <%= stylesheet_path 'application' %>
- <%= stylesheet_path 'application-dark' %>
- <%= image_path 'icons.png' %>
- <%= image_path 'icons@2x.png' %>
- <%= image_path 'docs.png' %>
- <%= image_path 'docs@2x.png' %>
- <%= asset_path 'docs.js' %>
- <%= doc_index_urls.join "\n" %>
- NETWORK:
- /s/
- *
- FALLBACK:
- / /
|