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

Function copyFirefox

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

Source from the content-addressed store, hash-verified

473// Firefox打包主任务
474function cleanFirefox() { return cleanOutput('output-firefox'); }
475function copyFirefox() { return copyAssets('output-firefox/apps'); }
476function cssFirefox() { return processCss('output-firefox/apps'); }
477function jsFirefox() { return processJs('output-firefox/apps'); }
478function htmlFirefox() { return processHtml('output-firefox/apps'); }

Callers

nothing calls this directly

Calls 1

copyAssetsFunction · 0.85

Tested by

no test coverage detected