I'm using a custom Application with a PHP, the course was exported with "Course publish" , but also grunt is possible for me.
At the moment it's the default index.html with offline_API_wrapper.js
<script src="offline_API_wrapper.js" type="text/javascript"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="adapt/css/adapt.css" type="text/css" rel="stylesheet">
<script src="libraries/modernizr.js" type="text/javascript"></script>
<script src="adapt/js/scriptLoader.js" type="text/javascript"></script>
I have found out, that i could initialize an Adapt Object with
Adapt = require('core/js/adapt');
after the scriptLoader.js , but its to late at this point,because the config will be parsed.
Btw: sorry for my english , it's not my mother language