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 has been archived by the owner on Jul 9, 2022. It is now read-only.
I was trying to follow the steps at Local Setup to install a new theme. I ran http-server in a theme extension's directory and installed it with the URL http://localhost:8001/ext.json. This is on Windows. Then I changed some things and uninstalled the extension. When I re-installed the extension, the changes were not reflected in the application. The only way to fix this was to change the extension identifier and port number in the url every time I make a change. It's confusing since otherwise it looks like the install succeeds.
The text was updated successfully, but these errors were encountered:
Yes @Ruin0x11, the extensions are cached. You can open DevTools, then go to the Network tab and make sure "Disable cache" is checked. Your extension should not be cached as long as DevTools is open.
I was trying to follow the steps at Local Setup to install a new theme. I ran
http-server
in a theme extension's directory and installed it with the URLhttp://localhost:8001/ext.json
. This is on Windows. Then I changed some things and uninstalled the extension. When I re-installed the extension, the changes were not reflected in the application. The only way to fix this was to change the extensionidentifier
and port number in theurl
every time I make a change. It's confusing since otherwise it looks like the install succeeds.The text was updated successfully, but these errors were encountered: