List of common Ext.js files

Sr.NoFile & Description
1
ext.js
This is the core file which contains all the functionalities to run the application.
2
ext-all.js
This file contains all the code minified with no comments in the file.
3
ext-all-debug.js
This is the unminified version of ext-all.js for debugging purpose.
4
ext-all-dev.js
This file is also unminified and is used for development purpose as it contains all the comments and console logs to check any errors/issue.

Comments

Popular posts from this blog

How to start and stop editing a record?