At the documentation page on using RequireJs,
@using RequireJS
needed to be changed to
@using RequireJsNet
for my ASP.NET MVC 4 project.
and where it says
RequierJS.config should look like this:
This should probably be changed to
RequireJS.json should look like this: