← back to Majilite Onboard
majilite build.js: tidy stale DWMJ comment refs to DWCC
63d840ac182948e99eaabcf11fa4e490948ef6b9 · 2026-08-11 12:34:33 -0700 · Steve Abrams
Files touched
Diff
commit 63d840ac182948e99eaabcf11fa4e490948ef6b9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Aug 11 12:34:33 2026 -0700
majilite build.js: tidy stale DWMJ comment refs to DWCC
---
scripts/build.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/build.js b/scripts/build.js
index caa7b92..5a5f9aa 100644
--- a/scripts/build.js
+++ b/scripts/build.js
@@ -2,7 +2,7 @@
/**
* Majilite "Metallic Specialties I" (Nytek) — Full Monte staging build.
* Reads data/source_swatches.json (160 original pattern/colorway swatches),
- * assigns DW-series SKUs (DWMJ-######, auto next-free series), stamps the
+ * assigns DW-series SKUs (DWCC-######, auto next-free series), stamps the
* ONE shared Nytek spec onto every SKU, buckets a color family + dot hex for
* the sort/color grid, and writes data/products.json + data/collection.json.
*
@@ -10,7 +10,7 @@
* - Original pattern + colorway names stay CUSTOMER-FACING (title = "Pattern Colorway").
* - Majilite is name-keyed → mfr_sku = "Pattern Colorway" (the orderable identifier).
* - No cost on the card → quote-only (display_prices=false), $4.25 sample, cost=null.
- * - Images always local: images/DWMJ-######.png
+ * - Images always local: images/DWCC-######.png
*/
const fs = require('fs');
const path = require('path');
@@ -22,7 +22,7 @@ const VENDOR = 'Majilite';
const BRAND = 'Nytek';
const COLLECTION = 'Metallic Specialties I';
const SKU_PREFIX = 'DWCC'; // renamed DWMJ -> DWCC (Steve 2026-08-10); folds into DWCC house series
-const SKU_BASE = 600000; // DW number block for this series (Steve, 2026-08-10) -> DWMJ-600001..
+const SKU_BASE = 600000; // DW number block for this series (Steve, 2026-08-10) -> DWCC-600001..
const VENDOR_CODE = 'MAJ';
const PRODUCT_TYPE = 'Wallcovering';
const MATERIAL = 'Faux Leather (Nylon Fiber Matrix / Nytek®)';
← 859b81a majilite viewer: regenerate from live DWCC catalog, drop sta
·
back to Majilite Onboard
·
chore: v-patch (session close — DWCC viewer regen) cca8690 →