mirror of https://github.com/embarklabs/embark.git
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
whenEnvIsLoaded(function(){
|
||
|
__mainContext.__loadManagerInstance.doFirst(function(done) {
|
||
|
<%- block %>
|
||
|
})
|
||
|
});
|
||
|
|