When using RequireJS, what\'s the difference between including your script with
src will load "scripts/vendor/requirejs/require.js" first. Then data-main attribute will execute "scripts/main.js".