Hi,
In our project we are using ExtJs 4.2.
I wonder if there is an option (config) to check if scripts has changed and load fresh version from sever (something like live server, F5 is not solution)?
Or maybe there is another option to say to Loader to not keep information that some file/class is loaded ?
I did my own workaround but i do not feel it is correct way.
I modified Loader class and changed isClassFileLoaded and isFileLoaded to be always false.
I also change Ext.ClassManager.isCreated to return always false.
Now whenever script is required it is loaded from server first.
Do you see better options?
/regards
Rafal