-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not reloading on Guide's theme preview #364
Comments
I'm having the same problem. The theme preview works on the first load. I go back to my editor, make a change, and go back to the browser and refresh, but no changes reflected. I have to start and stop the preview after every change I would like to test. |
Having the same problem, looks like it's been this way for several months. For now the only workaround I've found is the one @RamChilla stated above: starting and stopping Edit to note: I'm running Windows 10 and ZAT in Ubuntu/WLS, tried Ruby versions 2.4.1 and 2.7.0. |
yessir, still the same problem. Are you saying that it recently worked on Catalina? Only thing I didn't try was an older MacOS, but unsure how it would affect it using rbenv and bundle. I did try a Ubuntu VM but same results. I've given up trying to get it to work, so I try to get all my definitive markup changes in, start the theme preview, then work on the CSS/JS as those do update on change. Stop the preview, make changes, rinse, repeat as needed. Using a .zat file helps to not input login details every time you start the preview, which was a big help in my workflow. Sometime, just sometimes, a git commit & push will actually trigger an upload and I get my theme changes, but too far and few between to make it reliable. I've tried a bunch of Ruby versions from 2.3 up using rbenv along with bundle and still no luck. I'm curious to hear about a proper solution because I actually enjoyed developing on the platform, minus the tooling hurting my feelings though. |
I spent a bit more time looking at this and in my case, the live-reload was failing on tokenized assets (e.g. This was not the case until recently. I had used the |
I made some changes that can help with this issue #374 |
Hi all, thanks for the issue report for zendesk_apps_tools. @glook thank you for submitting a candidate fix for this. #374 has now been merged and released with tag 3.8.7, please advise if this is still an issue while working with |
@token-cjg I was having the same issue I can confirm the @alexk-lb solution worked for me. I removed all references to $assets in style.css and it works perfectly. Just change to relative links for assets and it works. running macos 12.3.1 and ruby 2.6.8p205 |
I'm having an issue when using
|
I am with macOS 12.2, ruby 2.6.9 |
The preview of my theme is not automatically reflected during theme development in Guide.
Updating my theme files does not automatically upload them and the
zat theme preview
console log is unresponsive.I started experiencing this symptom after updating to macOS BigSur.
What should I do?
The text was updated successfully, but these errors were encountered: