()
| 428 | function cssChrome() { return processCss('output-chrome/apps'); } |
| 429 | function jsChrome() { return processJs('output-chrome/apps'); } |
| 430 | function htmlChrome() { return processHtml('output-chrome/apps'); } |
| 431 | function jsonChrome() { return processJson('output-chrome/apps'); } |
| 432 | function detectChrome(cb) { detectUnusedFiles('output-chrome/apps', cb); } |
| 433 | function zipChrome(cb) { zipPackage('output-chrome', cb); } |
nothing calls this directly
no test coverage detected