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

Function filesPath

lib/models/blueprint.js:254–256  ·  view source on GitHub ↗

Hook to specify the path to the blueprint's files. By default this is `path.join(this.path, 'files)`. This can be used to customize which set of files to install based on options or environmental variables. It defaults to the `files` directory within the blueprint's folder. @pu

(/* options */)

Source from the content-addressed store, hash-verified

252 @return {String} Path to the blueprints files directory.
253 */
254 filesPath(/* options */) {
255 return path.join(this.path, 'files');
256 },
257
258 /**
259 Used to retrieve files for blueprint.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…