Is this a bug in emberjs. this totally empty fiddle: http://jsfiddle.net/s5md8/1/ returns “Ember Handlebars requires Handlebars 1.0.beta.5 or greater” but under manage resource it has the latest handlebars 1.0.beta.6 and latest emberjs. In terms of their order, handlebars.js is first and then emberjs is under it.
Update
Emberjs is being loaded now – http://imgur.com/TKb7F and the error of requires Handlebars is still happening https://i.stack.imgur.com/LonQD.jpg
After much head banging, i found that an earlier exception resulted in a breakpoint that was auto set by the chrome developer tool. Once i removed the breakpoint, it worked as expected.