9 lines
169 B
Plaintext
Raw Normal View History

2017-10-13 20:01:35 -04:00
whenEnvIsLoaded(function(){
__mainContext.__loadManagerInstance.doFirst(function(done) {
<%- block %>
2018-07-18 10:49:44 -04:00
});
EmbarkJS.environment = "<%- environment %>";
2017-10-13 20:01:35 -04:00
});