Skip to content

Commit 9fe8cc6

Browse files
committed
Ignore anchor-js assets in manifest.appcache generation.
1 parent 1bfbf28 commit 9fe8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add static files to cache.
6565
{% endcomment %}
6666
{% for file in site.static_files %}
6767
{% assign basename = file.path | split:'/' | last %}
68-
{% unless ignored contains basename %}
68+
{% unless ignored contains basename or file.path contains 'anchor-js' %}
6969
{% assign cache = cache | push:file.path %}
7070
{% endunless %}
7171
{% endfor %}

0 commit comments

Comments
 (0)