Short description of issue
Assets are not being synced to git by Shopify
Link to Shopify Store
Reproduction steps
Edits made to any file in the theme code are being synced to our git repository as expected (has been working for years) EXCEPT assets (stopped working today). There are no errors in the files we’re testing with (at least nothing Shopify is reporting) and I’ve tried just adding e.g. a comment line at the top of the file to see if that updates - it does not.
Additional info
We have a nice workflow where we experiment with code changes on this test site, and when happy have a script that copies most of the codebase to all the branches in the git repository (our live sites each read their theme from their own branch), ignoring the site specific settings files etc. I thought at first there was a problem with our script that was ignoring the assets folder for some reason, but looking on github I see changes to anything in the assets folder are not being sent from shopify.
What type of topic is this
Bug report