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

Function cleanEdge

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

Source from the content-addressed store, hash-verified

449
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'); }

Callers

nothing calls this directly

Calls 1

cleanOutputFunction · 0.85

Tested by

no test coverage detected