For a week i started learning how to use require.js with Backbone.js and Underscore.js.
It’s a really difficult stuff, but 3 days ago i read that Underscore will not supporting Require.js(AMD) anymore! Now i’m a bit confuse.
I really like the Concept of Script Loader and dont want to miss it!
Have someone already successfully used a Script Loader with Backbone.js(0.5.3) and Underscore(1.3.0)?
Thank you for helping!
Link : another solution here
I found a Solution which really work for me : Tim Brayen
I use it to add jquery plugin, custom js , underscore and backbone( without changing the code!)… but it seems to have a problem with jquery mobile…
you can also take a look to wrap, i have not tested it yet!