Imports legacy imports in this.vendorFiles @private @method populateLegacyFiles
()
| 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, { |