I have a .net application in which I have used ExtJS grid on only one page. I have included the complete EXT folder in my application that has increased the application size to a considerable amount. I am populating the grid in Ext.onready function and currently the requirement of ExtJS grid is only on a single page. I want to know what are the only required files that I should include in my application so that it does not take any unnecessary space?
sencha cmd
to compile the app. It will automatically include only the used files and in addition, it will compress everything to the optimum. – Lorenz Meyerbuild/ext-all.js
,packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css
andpackages/ext-theme-neptune/build/ext-theme-neptune.js
– Jan S