-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reloading Icon tab does not update HTML/CSS #6
Comments
I run in the same issue, and found it's because the static file cache settings.
|
If you use the Check https://wiki.moddevices.com/wiki/Creating_the_GUI and let me know. I only have issues with cache when I actually deploy the plugin to MOD Duo and want to update it inside the device |
Oh I do. But only the icon view updated accordingly. As well the screenshot and thumbnail in the LV2 folder been updated, but the screenshot view in my browser didn't. Given that it is a development tool, were you develop/check interfaces, it makes no sense to cache the images in the browser cache. must-revalidate makes much more sense for a flawless workflow.
I never use the deploy function from the SDK, usually do it with curl. |
The text on the Icon tab states
When I change the CSS or HTML then save/reload that page, the plugin UI does not update with my changes. If I restart the python server, close the browser tab and open a new one, the UI is updated with my changes.
The text was updated successfully, but these errors were encountered: