Is there a tool for generating a custom ext.jsb2 file?
Is there a tool for generating a custom ext.jsb2 file?
Hi all,
I've got the JSBuilder2 to work with a ext.jsb2 file and that works fine.
What I need is to generate a much smaller file that is meant to run on a mobile website so small filesize is a must.
I'm only using a dozen of Ext functionalities, mostly window overlays and quicktips. I know I could manually edit the ext.jsb2 file and use trial and error to remove components that I don't need. But I was hoping for a faster solution.
Is there a tool that would be more user-friendly that would say let me choose functionalities (such as Ext.FormPanel, Ext.Window, Ext.onReady etc) and automatically let me know which files those functionalities are dependant on? Even better.. it could generate a ext.jsb2 file so that I could run the JSBuilder2 and get the minified file I need that only has the code I actually use on my site?
I know this is wishful thinking but a colleague was under the impression such a tool actually existed and that he had used it before, but we can't locate it again.