I am trying to embed an ember app into a non-Ember project which uses Require.js, jQuery, Handlebars and other libraries.
Because Ember is providing it’s own loader, I now have conflicts between require.js and loader.js. How can I resolve this?
I noticed a few other questions asking the same, but received no reply:
Many thanks