diff --git a/index.js b/index.js index e64f287..095db8a 100644 --- a/index.js +++ b/index.js @@ -27,6 +27,10 @@ module.exports = { var tree = mergeTrees(trees, { overwrite: true }); - return filterInitializers(tree); + return mergeTrees(trees, { overwrite: true }); + }, + + preconcatTree: function(tree) { + return filterInitializers(tree, this.app.name); } };