require(['main-remote.js'], function () {
// BOOT
require([
"custom/start",
"custom/lib",
"boot",
], function (start) {
start();
});
});
// DELAYED
require([
"bootstrapMD"
]);
Copy src/app.buils.js
for full bundle or src/cdn.app.buils.js
for keep CDN imports to your root project
r.js -o app.build.js