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