Reputation: 41
I was wondering if it's possible to include all the components that we needs like JAVA import without including the ext-all.js at the index file. My problem is that even if ext-all.js is minified, my application is still loading slowly (Production mode) and I think that I'm not using all the features in this file.
So, if someone know how to do that, it will be very useful for me and my app! :)
Thanks in advance,
Upvotes: 1
Views: 1058
Reputation: 4223
Have you tried Sencha Cmd?
This tool can search your application for the needed classes (your own and the ExtJS ones) and merge them into one file.
Never got this tool working, but if you're using the MVC from ExtJS, it should work for you.
http://www.sencha.com/blog/all-new-sencha-cmd
Upvotes: 2