diff --git a/CLAUDE.md b/CLAUDE.md index 7cbe2c7..ae827ac 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -379,6 +379,23 @@ new comment into our DOM without a page reload (preserving media playback). Our server returns JSON (HTTP 201) for AJAX requests and falls back to our normal redirect flow on any error. +## Static Asset Cache-Busting (MANDATORY) + +**Every ` + {% endblock %} diff --git a/make_post_sell/templates/base.j2 b/make_post_sell/templates/base.j2 index 8b25036..74a7b80 100644 --- a/make_post_sell/templates/base.j2 +++ b/make_post_sell/templates/base.j2 @@ -251,7 +251,7 @@
- + {% endif %} diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2 index 5e3821d..6df63c9 100644 --- a/make_post_sell/templates/content.j2 +++ b/make_post_sell/templates/content.j2 @@ -204,8 +204,8 @@ function playInline(container, videoUrl) { } {% if request.shop.watch_mode_enabled %} - + {% endif %} - + {%- endblock -%} diff --git a/make_post_sell/templates/home.j2 b/make_post_sell/templates/home.j2 index 5dfee8e..4974c91 100644 --- a/make_post_sell/templates/home.j2 +++ b/make_post_sell/templates/home.j2 @@ -244,7 +244,7 @@ {% endif %} - + {% endif %} diff --git a/make_post_sell/templates/player.j2 b/make_post_sell/templates/player.j2 index cda7e8d..e8a47f6 100644 --- a/make_post_sell/templates/player.j2 +++ b/make_post_sell/templates/player.j2 @@ -246,7 +246,7 @@ - + {% if request.shop.watch_mode_enabled %} - + {% endif %} - + {%- endblock -%} diff --git a/make_post_sell/templates/product_edit.j2 b/make_post_sell/templates/product_edit.j2 index 3a96f63..4a4d287 100644 --- a/make_post_sell/templates/product_edit.j2 +++ b/make_post_sell/templates/product_edit.j2 @@ -630,6 +630,6 @@ - + {%- endblock -%} diff --git a/make_post_sell/templates/shop.j2 b/make_post_sell/templates/shop.j2 index 9247bd1..502696f 100644 --- a/make_post_sell/templates/shop.j2 +++ b/make_post_sell/templates/shop.j2 @@ -147,6 +147,6 @@ {# /.tag-detail-layout #} {% endif %} - + {%- endblock -%} diff --git a/make_post_sell/templates/shop_settings.j2 b/make_post_sell/templates/shop_settings.j2 index b0f1bdc..98e65e8 100644 --- a/make_post_sell/templates/shop_settings.j2 +++ b/make_post_sell/templates/shop_settings.j2 @@ -1628,7 +1628,7 @@ function toggleCryptoWallets() { timer = setInterval(poll, 4000); })(); - + {%- endblock -%} diff --git a/make_post_sell/templates/shop_tags.j2 b/make_post_sell/templates/shop_tags.j2 index ffb802a..5f9ce19 100644 --- a/make_post_sell/templates/shop_tags.j2 +++ b/make_post_sell/templates/shop_tags.j2 @@ -174,6 +174,6 @@ - + {%- endblock -%} diff --git a/make_post_sell/templates/snippets/comments.j2 b/make_post_sell/templates/snippets/comments.j2 index 4af6d24..cf1f66c 100644 --- a/make_post_sell/templates/snippets/comments.j2 +++ b/make_post_sell/templates/snippets/comments.j2 @@ -133,5 +133,5 @@ {% endif %} - + {% endif %}