create-shopify-scss-autofill 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-shopify-scss-autofill",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Scaffold scss-kit (SCSS workflow + responsive autofill) for Shopify theme development.",
5
5
  "keywords": [
6
6
  "shopify",
@@ -1621,15 +1621,16 @@ function main() {
1621
1621
  JSON.stringify(
1622
1622
  {
1623
1623
  action: 'responsive:generate:entries',
1624
- ok: false,
1624
+ ok: true,
1625
+ skipped: true,
1625
1626
  reason:
1626
- 'missing autofill.entries in scss-kit.config.json (expected array of entry scss paths)',
1627
+ 'autofill.entries is empty — nothing to generate. Create .scss files in src/styles/ and the responsive:watch watcher will register them automatically.',
1627
1628
  },
1628
1629
  null,
1629
1630
  2
1630
1631
  )
1631
1632
  )
1632
- process.exit(1)
1633
+ process.exit(0)
1633
1634
  }
1634
1635
 
1635
1636
  // Load incremental cache