You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using either packer start or packer watch, modifying existing locale files locally does not upload changes to the Shopify theme. New files added to the locales folder do not upload either.
To Reproduce
Steps to reproduce the behavior:
packer start
make changes in en.default.json and save
refresh the browser
Expected behavior
"Uploading to Shopify..." should appear in the console and changes should be seen in the browser.
System (please complete the following information):
OS: Mac OSX 11.3
Node Version v12.22.1
NPM Version 6.14.12
Browser chrome 90.0.4430.93
Packer (please complete the following information):
Version v2.1.5
Theme (please complete the following information):
Looks like this is also true of settings_schema.json – looks like the command only looks for Liquid files being updated. Would likely be worth observing JSON files too, as these are changed frequently during theme development.
Describe the bug
When using either
packer start
orpacker watch
, modifying existing locale files locally does not upload changes to the Shopify theme. New files added to the locales folder do not upload either.To Reproduce
Steps to reproduce the behavior:
Expected behavior
"Uploading to Shopify..." should appear in the console and changes should be seen in the browser.
System (please complete the following information):
Packer (please complete the following information):
Theme (please complete the following information):
The text was updated successfully, but these errors were encountered: