MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / getPublic

Method getPublic

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

Source from the content-addressed store, hash-verified

1021 * @return {BroccoliTree}
1022 */
1023 getPublic() {
1024 let addonPublicTrees = this.addonTreesFor('public');
1025 addonPublicTrees = addonPublicTrees.concat(this.trees.public);
1026
1027 let mergedPublicTrees = mergeTrees(addonPublicTrees, {
1028 annotation: 'Public',
1029 overwrite: true,
1030 });
1031
1032 return new Funnel(mergedPublicTrees, {
1033 destDir: 'public',
1034 });
1035 }
1036
1037 /**
1038 Runs the `app`, `tests` and `templates` trees through the chain of addons that produces lint trees.

Callers 2

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

Calls 1

addonTreesForMethod · 0.95

Tested by

no test coverage detected