MCPcopy
hub / github.com/zxlie/FeHelper / detectFirefox

Function detectFirefox

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

Source from the content-addressed store, hash-verified

478function htmlFirefox() { return processHtml('output-firefox/apps'); }
479function jsonFirefox() { return processJson('output-firefox/apps'); }
480function detectFirefox(cb) { detectUnusedFiles('output-firefox/apps', cb); }
481function zipFirefox(cb) { zipPackage('output-firefox', cb); }
482
483gulp.task('firefox',

Callers

nothing calls this directly

Calls 1

detectUnusedFilesFunction · 0.85

Tested by

no test coverage detected