I just finished development of a Gantt chart page inside our .NET (WebForms) project using Ext JS and Ext Gantt technology. Works great as I described in a previous post.
My problem now is that my folder container Ext JS and Ext Gantt even after removing obvious overhead is huge compared to the rest of hte project and my team is complaining. So I need to reduce this folder as much as I can just leaving there "exactly" (in a reasonable way) what I need to run the Gantt chart and nothing else for now.
I did try for a couple of hours but still cannot find a good / easy recipe.
The following links talk about this but I am still confused:
- http://www.sencha.com/forum/showthread.php?84560-include-only-required-extjs-files
- What is the smallest ExtJS package?
- http://www.sencha.com/products/extcore/
- What do you use to minimize and compress JavaScript libraries?
Anybody with experience doing this?. I know Ext JS has a tool called builder but I never used it.