Ext JS 4.2.1 loading controller - best practice
- by Hown_
I am currently developing a Ext JS application with many views/controlers/...
I am wondering myself what the best practice is for loading the JS controllers/views/and so on...
currently i have my application defined like this:
// enable javascript cache for debugging, otherwise Chrome breakpoints are lost
Ext.Loader.setConfig({ disableCaching:…