What is the main difference between ext-all-debug.js and ext-all-dev.js?
"ext-all-debug.js" is mainly used for development & debugging.
Using "ext-all-dev.js" will have any advantage?
Please clarify.
Ext-all is basically the minified verion of the debug one. The gain is that it greatly reduces the files size so that clients have to download less. Ext-base are the core functions of ext. If you only use those you could just include that file instead of the huge complete set in ext-all.
ext. js contains the core functionality needed to run an application, while ext-all. js contains all of the framework code. The first one will require your components to correctly use the requires and uses config properties to organize your code dependencies properly.
ext-all-dev.js
can be really helpful, so I'd recommend it for development. ext-all-debug-w-comments.js
) is functionally the same as ext-all.js
, allows better debugging since it's not minified. I'd recommend it for testing purposes.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With