Reputation: 2558
We are using ExtJs 3.4. I would like to build a trimmed version of ext-all.js so that the file size will be reduced. Is there any automated way to build this custom file or should I manually dig into the file and search for dependencies.
We have a page that use the following components.
And we use 'view port' to render the components. Can any one suggest how can we achieve this?
Even before that, given our case where we use these components, is it advisable to go for this customization ?
Upvotes: 0
Views: 1346
Reputation: 3018
See http://www.sencha.com/learn/legacy/Tutorial:Building_Ext_From_Source
Upvotes: 1