I have a rails appln which uses ext-js for front end. I have no problem in running the application.
But since ext-all.js is bulky, it takes more time to load. I tried to build a custom ext-js but did not make much of a difference in size of the ext js script.
I was trying with rails cache since i use rails 2.x. For normal js files, it has no problem in caching but for ext-js scripts, it loads but some DOM object errors come. Say for e.g. Ext is not defined.
What i am looking for is compressed version of ext js scripts or with gzip mode. I tried googling and various options to try compression. But yet to crack it.
Could you please provide me some pointers on how to solve the compression problem.
Thanks, -Rajesh [email protected]