mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 05:23:26 +00:00
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
whenEnvIsLoaded(function(){
|
|
__mainContext.__loadManagerInstance.doFirst(function(done) {
|
|
<%- block %>
|
|
});
|
|
|
|
EmbarkJS.environment = "<%- environment %>";
|
|
});
|