-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Reload Brackets, changes to extensions are cached (& unit tests) #1516
Comments
Possibly same bug as adobe/brackets-shell#32 |
Reviewed - assigned to |
I'll update here with a comment and update the developer docs on how to disable the cache. |
|
Note: this issue still occurs for unit test spec files too ("*-test.js"). Same workaround applies. |
Also note: the workaround only works while the Developer Tools window is open. If you close it, the bug comes back for any further changes to extension/spec code. Ideally, we should figure out a way for brackets-shell to just automatically do whatever the "Disable cache" checkbox does (or maybe it could even be done in brackets core code, by pinging our own remote debugging URL?). |
Wednesday Sep 05, 2012 at 05:49 GMT
Originally opened as adobe/brackets#1551
With the new brackets shell changes to extensions are cached and therefore don't reload when you hit F5 or reload brackets. To demonstrate the issue:
alert("I am here");
to brackets.js just after the defineKinda a pain if you're working on an extension and just want to hit f5 to see your change.
The text was updated successfully, but these errors were encountered: