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
|
@@ -1621,15 +1621,16 @@ function main() {
|
|
|
1621
1621
|
JSON.stringify(
|
|
1622
1622
|
{
|
|
1623
1623
|
action: 'responsive:generate:entries',
|
|
1624
|
-
ok:
|
|
1624
|
+
ok: true,
|
|
1625
|
+
skipped: true,
|
|
1625
1626
|
reason:
|
|
1626
|
-
'
|
|
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(
|
|
1633
|
+
process.exit(0)
|
|
1633
1634
|
}
|
|
1634
1635
|
|
|
1635
1636
|
// Load incremental cache
|