Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Section schema not updating on live site #980

Closed crimsondeal closed 5 years ago

crimsondeal commented 5 years ago

Problem

I am changing section schema settings and output, yet it only updates on the live theme some of the time. I cannot seem to find a rhyme or reason for when it updates and when it doesn't.

Replication steps

Make a section schema, npm start, then it may or may not be there. If there, try changing schema or adding settings/blocks/etc. Even try recompiling the app and reuploading each time, and the changes still don't take (even with clearing the browser cache).

More Information

First time using Slate so please forgive me if this isn't how it should be working!

crimsondeal commented 5 years ago

Silly error on my part with an invalid setting for one of the schema settings. Is there any way for Slate to validate code and give an error message, to give the same errors as within the Admin panel > Edit Code for that file?

t-kelly commented 5 years ago

No this would be really hard at Slates level. This is a problem with the Assets API.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.