(cb)
| 478 | function htmlFirefox() { return processHtml('output-firefox/apps'); } |
| 479 | function jsonFirefox() { return processJson('output-firefox/apps'); } |
| 480 | function detectFirefox(cb) { detectUnusedFiles('output-firefox/apps', cb); } |
| 481 | function zipFirefox(cb) { zipPackage('output-firefox', cb); } |
| 482 | |
| 483 | gulp.task('firefox', |
nothing calls this directly
no test coverage detected