Running on Ext 6.0.1.250 / Cmd 6.0.2.14 running with the build framework commented out (see below) would allow the app to run in a debug mode (all individual Ext classes available as individual files). After the upgrade to 6.0.2, this is broken where all of the individual files do appear to load, however the Ext.env.Ready.onReadyEvent is never fired, and thus the app never launches. Not sure if this is due to our implementation, an Ext JS bug, or Cmd bug. I was able to reproduce it using a nightly Cmd 6.1.2.15 as well. Is anyone else seeing this after the upgrade(s)? Thanks.
Code:
/**
* Settings specific to classic toolkit builds.
*/
"classic": {
"js": [
// Remove this entry to individually load sources from the framework.
// {
// "path": "${framework.dir}/build/ext-all-rtl-debug.js"
// }
]
},