[object Object]

← back to Designer Wallcoverings

chore: lint (exec bit) + comment clarity on theme-push scripts, version bump (session close)

5b532286fcb8c6e69883aa9cdacd92f50f5b604b · 2026-07-02 14:12:02 -0700 · Steve

Files touched

Diff

commit 5b532286fcb8c6e69883aa9cdacd92f50f5b604b
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Jul 2 14:12:02 2026 -0700

    chore: lint (exec bit) + comment clarity on theme-push scripts, version bump (session close)
---
 package.json                        | 2 +-
 shopify/push-qty-inline-to-theme.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 923d5317..948d55b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "designer-wallcoverings",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "description": "Designer Wallcoverings Shopify Management",
   "scripts": {
     "build": "tsc --noEmit",
diff --git a/shopify/push-qty-inline-to-theme.sh b/shopify/push-qty-inline-to-theme.sh
old mode 100644
new mode 100755
index 1c5f081f..ebf301b2
--- a/shopify/push-qty-inline-to-theme.sh
+++ b/shopify/push-qty-inline-to-theme.sh
@@ -88,7 +88,7 @@ BLOCK = r"""
 """
 
 src = cur
-# strip any prior injected qty-inline block (idempotent update in place)
+# strip any prior injected qty-inline block, then re-insert before last </head>
 src = re.sub(r"\n*\{%-?\s*if template contains 'product'\s*-?%\}\s*\n?<!-- DW: qty-inline.*?<!-- /DW qty-inline -->\s*\{%-?\s*endif\s*-?%\}\n*",
              "\n", src, flags=re.S)
 # IMPORTANT: this theme.liquid opens with a {% if dw_is_blocked %} China-block

← e34e6b7a auto-save: 2026-07-02T13:48:24 (5 files) — pending-approval/  ·  back to Designer Wallcoverings  ·  auto-save: 2026-07-02T14:18:33 (3 files) — package-lock.json 1543d7ff →