broccoli-merge-trees not needed anymore since app.toTree() supports multiple trees as argument

This commit is contained in:
jelhan 2016-08-14 18:00:15 +02:00
parent 36c7dc397c
commit b2885ffcf5
2 changed files with 1 additions and 4 deletions

View file

@ -66,7 +66,5 @@ module.exports = function() {
);
}
trees.push(app.toTree());
const mergeTrees = require('broccoli-merge-trees');
return mergeTrees(trees);
return app.toTree(trees);
};

View file

@ -21,7 +21,6 @@
"body-parser": "^1.2.0",
"broccoli-asset-rev": "^2.2.0",
"broccoli-funnel": "^1.0.6",
"broccoli-merge-trees": "^0.2.1",
"broccoli-unwatched-tree": "^0.1.1",
"connect-restreamer": "^1.0.1",
"cors": "^2.5.3",