ext-all-debug.js vs ext-all-dev.js
问题 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. 回答1: ext-all.js: minified, no docs/comments ext-all-debug.js: non-minified, no docs/comments ext-all-debug-w-comments.js: non-minified, with docs/comments ext-all-dev.js: non-minified, with docs/comments, with console warnings, e.g. if you're using deprecated functions/configs or there are