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
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
Discovered this issue while working on a bug fix for this issue for triggering hot reloading on file delete: #2342
When re-adding a deleted file, it appears to not get uploaded and tracked by the watcher. On delete and re-add I expect the browser to reload with the liquid asset I just re-added.
Actual behavior
When I delete and re-add a file, it doesn't get picked up by the watcher and re-add the liquid asset in the browser. It still appears to be missing. It only appears again after restarting the theme dev server
Stack trace
No response
Reproduction steps
Run shopify theme serve locally
Delete a liquid asset you see rendered on the current page in a browser (like announcement-bar.liquid)
Refresh the page and see that asset not found
Re-add the asset you just deleted
Refresh the page and see it never gets re-added
Operating System
Mac OS
CLI version (run shopify version if you're not sure)
Please confirm that you:
What type of project are you working on?
theme
Expected behavior
Discovered this issue while working on a bug fix for this issue for triggering hot reloading on file delete: #2342
When re-adding a deleted file, it appears to not get uploaded and tracked by the watcher. On delete and re-add I expect the browser to reload with the liquid asset I just re-added.
Actual behavior
When I delete and re-add a file, it doesn't get picked up by the watcher and re-add the liquid asset in the browser. It still appears to be missing. It only appears again after restarting the theme dev server
Stack trace
No response
Reproduction steps
shopify theme servelocallyOperating System
Mac OS
CLI version (run
shopify versionif you're not sure)2.19.0
Shell
No response
Ruby version (run
ruby -vif you're not sure)ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
What language and version are you using in your application?
No response