0
kicks
Using Require.js in an ASP.NET MVC application
There are several common pitfalls with the way that normal JavaScript code is included on a page. First of all, if one file is dependent on another file to load, for example since backbone.js requires underscore.js they have to be included in order...