foobarr
7 Dec 2011, 11:38 AM
I am porting an ext-3.4 viewport app to ext-4.0, and I have used the suggested ext4 mvc architecture. During dev I refresh the viewport frame (right-click => This Frame => Reload Frame) to load the latest changes to javascript source files.
The problem is that Firebug shows multiple "versions" (1 foreach refresh !) of *every* js file referenced by the app, where ext (apparently) makes each version unique by appending ?_dc=<UNIQUE_INTEGER> to each filename.
I do not want to have to delete the browser cache, b/c this app is embedded in a framework, and deleting the browser cache makes the refresh cycle longer...requiring a re-login to the framework, etc.
Is there a way to configure ext 4 so that it does not load javascript files as unique on frame refreshes?
Thanks
The problem is that Firebug shows multiple "versions" (1 foreach refresh !) of *every* js file referenced by the app, where ext (apparently) makes each version unique by appending ?_dc=<UNIQUE_INTEGER> to each filename.
I do not want to have to delete the browser cache, b/c this app is embedded in a framework, and deleting the browser cache makes the refresh cycle longer...requiring a re-login to the framework, etc.
Is there a way to configure ext 4 so that it does not load javascript files as unique on frame refreshes?
Thanks