Uncaught Error: [Ext.Loader] Failed loading ‘file:///localhost/sencha/src/event/Dispatcher.js’, please verify that the file exists
Uncaught Error: [Ext.Loader] Failed loading ‘file:///localhost/sencha/src/MessageBox.js’, please verify that the file exists
Uncaught Error: [Ext.Loader] Failed loading ‘file:///localhost/sencha/src/event/Dom.js’, please verify that the file exists
So I used sencha-touch-all-debug.js instead of sencha-touch-debug.js , the errors above gone, but I got another Uncaught Error: Uncaught Error: [Ext.Loader] Failed loading './data/store.js', please verify that the file exists
I'm getting these exact same errors running on a localhost server. Am being informed by ST that should not use sencha-touch-all in the development stage - so what on earth are they there for and how to get rid of these errors. The loader is having trouble finding the classes for some reason - how to fix pls