Ext deployed application: ext.js vs ext-all.js - what's a better option?
问题 Looking at the deploy process for an ExtJS 4 application I performed the following steps (using SDK Tools 2.0.0-beta3): sencha create jsb -a http://localhost:8080/myapp/ -p app.jsb3 sencha build -p app.jsb3 -d . This created for me all-classes.js and app-all.js . The next step was to switch form ext-all.js to ext.js . Doing that my app stop working. Looking at the console, I noticed that Ext tried to load the required classes separately, from a src folder. src/AbstractPlugin.js?_dc