mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
fix library manager init
This commit is contained in:
parent
9c04dd8c59
commit
faf83ee16c
@ -23,6 +23,7 @@ class Compiler {
|
||||
}
|
||||
|
||||
let pluginCompilers = self.plugins.getPluginsProperty('compilers', 'compilers');
|
||||
console.dir(pluginCompilers);
|
||||
pluginCompilers.forEach(function (compilerObject) {
|
||||
available_compilers[compilerObject.extension] = compilerObject.cb;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user