List of common Ext.js files
| Sr.No | File & 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
Post a Comment