MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / populateLegacyFiles

Method populateLegacyFiles

lib/broccoli/ember-app.js:659–670  ·  view source on GitHub ↗

Imports legacy imports in this.vendorFiles @private @method populateLegacyFiles

()

Source from the content-addressed store, hash-verified

657 @method populateLegacyFiles
658 */
659 populateLegacyFiles() {
660 let name;
661 for (name in this.vendorFiles) {
662 let args = this.vendorFiles[name];
663
664 if (args === null) {
665 continue;
666 }
667
668 this.import.apply(this, [].concat(args));
669 }
670 }
671
672 podTemplates() {
673 return new Funnel(this.trees.app, {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected