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

Function cleanChrome

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

Source from the content-addressed store, hash-verified

424// 注册任务
425// Chrome默认打包
426function cleanChrome() { return cleanOutput('output-chrome'); }
427function copyChrome() { return copyAssets('output-chrome/apps'); }
428function cssChrome() { return processCss('output-chrome/apps'); }
429function jsChrome() { return processJs('output-chrome/apps'); }

Callers

nothing calls this directly

Calls 1

cleanOutputFunction · 0.85

Tested by

no test coverage detected