Does anyone know the minimum files needed for Ext JS 2.2? I know that on the ExtJS site there is a “build” function a small version of ExtJS (ext.js) as a replacement for ext-all.js but to minimize the size of ExtJS on the client. I am interested in minimizing what is on the server. The SDK currently ships with the following subdirectories:
Ext-2.2 /
adapter
air
build
docs
examples
resources
source
I think its pretty safe to delete examples, documents and air. However, are there other things that we can remove to make it smaller or is there a resource (besides the large javascript corpus source code) that documents the minimally necessary files?
source
share