I want to include only required components from Extjs library.
I have seen couple of articles as follows,
Ext deployed application: ext.js vs ext-all.js - what's a better option?
Above articles says that after editing index.html file with required components and using following commands,
sencha create jsb -a index.html -p site.jsb3
sencha build -p site.jsb3 -d
will generate app-all.js file. But app-all.js file loading all components from extjs library..
Is there any alternate solution?