mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
25 lines
642 B
Text
25 lines
642 B
Text
CACHE MANIFEST
|
|
# <%= cookies[:dark].nil? ? 'light' : 'dark' %> <%= size %>
|
|
|
|
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 'maxcdn.png' %>
|
|
<%= image_path 'maxcdn@2x.png' %>
|
|
<%= image_path 'maxcdn-bw.png' %>
|
|
<%= image_path 'maxcdn-bw@2x.png' %>
|
|
<%= image_path 'shopify.png' %>
|
|
<%= image_path 'shopify@2x.png' %>
|
|
<%= image_path 'shopify-bw.png' %>
|
|
<%= image_path 'shopify-bw@2x.png' %>
|
|
<%= asset_path 'docs.js' %>
|
|
<%= doc_index_urls.join "\n" %>
|
|
|
|
NETWORK:
|
|
*
|
|
|
|
FALLBACK:
|