chore(build): correct comment

This commit is contained in:
Igor Minar 2015-04-13 10:52:55 -07:00
parent 6dbd4d969b
commit ef8dc40492
1 changed files with 1 additions and 1 deletions

View File

@ -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);