diff --git a/tools/broccoli/make-broccoli-tree.js b/tools/broccoli/make-broccoli-tree.js index 28f4000633..4120e30b2c 100644 --- a/tools/broccoli/make-broccoli-tree.js +++ b/tools/broccoli/make-broccoli-tree.js @@ -115,7 +115,7 @@ function makeBrowserTree(options) { replaceWithPath: writeScriptsForPath }); - // TODO(broccoli): are these needed here, if not loaded by a script tag?? + // Copy all vendor scripts into all examples and benchmarks ['benchmarks/src', 'benchmarks_external/src', 'examples/src/benchpress'].forEach( copyVendorScriptsTo);