MCPcopy
hub / github.com/PatrickJS/NG6-starter / resolveToApp

Function resolveToApp

gulpfile.babel.js:23–25  ·  view source on GitHub ↗
(glob = '')

Source from the content-addressed store, hash-verified

21
22// helper method for resolving paths
23let resolveToApp = (glob = '') => {
24 return path.join(root, 'app', glob); // app/{glob}
25};
26
27let resolveToComponents = (glob = '') => {
28 return path.join(root, 'app/components', glob); // app/components/{glob}

Callers 1

gulpfile.babel.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected