MCPcopy Create free account
hub / github.com/zxlie/FeHelper / copyEdge

Function copyEdge

gulpfile.js:452–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450// edge打包
451function cleanEdge() { return cleanOutput('output-edge'); }
452function copyEdge() { return copyAssets('output-edge/apps'); }
453function cssEdge() { return processCss('output-edge/apps'); }
454function jsEdge() { return processJs('output-edge/apps'); }
455function htmlEdge() { return processHtml('output-edge/apps'); }

Callers

nothing calls this directly

Calls 1

copyAssetsFunction · 0.85

Tested by

no test coverage detected