8 lines
166 B
Plaintext
Raw Normal View History

2017-10-13 20:01:35 -04:00
whenEnvIsLoaded(function(){
2018-08-29 16:26:12 -04:00
__mainContext.__loadManagerInstance.doFirst(function(done) {
<%- block %>
});
2017-10-13 20:01:35 -04:00
2018-08-29 17:16:45 -04:00
EmbarkJS.environment = "<%- environment %>";
2018-08-29 15:33:21 -04:00
});