()
| 473 | // Firefox打包主任务 |
| 474 | function cleanFirefox() { return cleanOutput('output-firefox'); } |
| 475 | function copyFirefox() { return copyAssets('output-firefox/apps'); } |
| 476 | function cssFirefox() { return processCss('output-firefox/apps'); } |
| 477 | function jsFirefox() { return processJs('output-firefox/apps'); } |
| 478 | function htmlFirefox() { return processHtml('output-firefox/apps'); } |
nothing calls this directly
no test coverage detected