MCPcopy
hub / github.com/ember-cli/ember-cli / getAddonTemplates

Method getAddonTemplates

lib/broccoli/ember-app.js:814–828  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

812 * @return {BroccoliTree}
813 */
814 getAddonTemplates() {
815 let addonTrees = this.addonTreesFor('templates');
816 let mergedTemplates = mergeTrees(addonTrees, {
817 overwrite: true,
818 annotation: 'TreeMerger (templates)',
819 });
820
821 let addonTemplates = new Funnel(mergedTemplates, {
822 srcDir: '/',
823 destDir: `${this.name}/templates`,
824 annotation: 'ProcessedTemplateTree',
825 });
826
827 return addonTemplates;
828 }
829
830 /**
831 @private

Callers 2

toArrayMethod · 0.95
ember-app-test.jsFile · 0.80

Calls 1

addonTreesForMethod · 0.95

Tested by

no test coverage detected