Resolves a path relative to the project's root @private @method _resolveLocal
(to)
| 325 | @method _resolveLocal |
| 326 | */ |
| 327 | _resolveLocal(to) { |
| 328 | return path.join(this.project.root, to); |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | @private |
no outgoing calls
no test coverage detected