Path to the blueprints for this project. @private @method localBlueprintLookupPath @return {String} Path to blueprints
()
| 511 | @return {String} Path to blueprints |
| 512 | */ |
| 513 | localBlueprintLookupPath() { |
| 514 | return path.join(this.root, 'blueprints'); |
| 515 | } |
| 516 | |
| 517 | /** |
| 518 | Returns a list of paths (including addon paths) where blueprints will be looked up. |
no outgoing calls
no test coverage detected