There are a couple of things that bug me about RequireJS's data-main method of single-script loading:
<script src="js/requirejs/require.js" data-main="app/main.js"></script>- the built file (bundle) must be named "require.js". WAT.
- it just seems backwards.
data-maindoes not follow w3c recommendations since it's not name-spaced.