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

Method packagePublic

lib/broccoli/default-packager.js:1020–1029  ·  view source on GitHub ↗
(tree)

Source from the content-addressed store, hash-verified

1018 * @return {BroccoliTree}
1019 */
1020 packagePublic(tree) {
1021 if (this._cachedPublic === null) {
1022 this._cachedPublic = new Funnel(tree, {
1023 srcDir: 'public',
1024 destDir: '.',
1025 });
1026 }
1027
1028 return this._cachedPublic;
1029 }
1030
1031 /*
1032 * Given an input tree, returns a properly assembled Broccoli tree with

Callers 2

_legacyPackageMethod · 0.80
public-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected