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

Function resolveToComponents

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

Source from the content-addressed store, hash-verified

25};
26
27let resolveToComponents = (glob = '') => {
28 return path.join(root, 'app/components', glob); // app/components/{glob}
29};
30
31// map of all paths
32let paths = {

Callers 1

gulpfile.babel.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected