-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: JSON templates are unformatted #4851
Comments
I don't think this issue is specific to the |
When I run |
thanks for reporting folks! we have a fix in progress, will let you know when it's live |
👋 we have a fix live for this issue, please let us know if it still persists. we have heard that JS files are being minified, which is separate from this issue |
hi folks, we've had to rollback this fix for everyone but we can enable it for specific stores, if you're experiencing this issue pls DM me in the partners slack at Morisa Manzella with your store url and ill enable it so you can successfully track changes thanks for your patience, we'll have a fix for everyone very soon |
@mgmanzella I'm not on slack, can you please enable the fix for me somehow? Problem is I am working on tons of stores. Must I list each one for you? Or, is there an easy way for me to roll back to an earlier cli version to avoid this? |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
JSON template files and settings_data.json file should be formatted correctly.
Actual behavior
I just upgraded to Shopify CLI version 3.70.0 and started working on a theme using
shopify theme dev --theme-editor-sync
and the templates I save in the theme editor are pulling in unformatted in 1 line with no new lines or indentation. I looked in the theme code editor on shopify and the files look correctly formatted there.Verbose output
Reproduction steps
shopify theme dev --theme-editor-sync
Operating System
Ubuntu 20.04.6 LTS on WLS 2 on Windows 11
Shopify CLI version (check your project's
package.json
if you're not sure)3.70.0
Shell
No response
Node version (run
node -v
if you're not sure)No response
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: