We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfbf28 commit 9fe8cc6Copy full SHA for 9fe8cc6
manifest.appcache
@@ -65,7 +65,7 @@ Add static files to cache.
65
{% endcomment %}
66
{% for file in site.static_files %}
67
{% assign basename = file.path | split:'/' | last %}
68
- {% unless ignored contains basename %}
+ {% unless ignored contains basename or file.path contains 'anchor-js' %}
69
{% assign cache = cache | push:file.path %}
70
{% endunless %}
71
{% endfor %}
0 commit comments