MCPcopy Create free account
hub / github.com/zxlie/FeHelper / htmlChrome

Function htmlChrome

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

Source from the content-addressed store, hash-verified

428function cssChrome() { return processCss('output-chrome/apps'); }
429function jsChrome() { return processJs('output-chrome/apps'); }
430function htmlChrome() { return processHtml('output-chrome/apps'); }
431function jsonChrome() { return processJson('output-chrome/apps'); }
432function detectChrome(cb) { detectUnusedFiles('output-chrome/apps', cb); }
433function zipChrome(cb) { zipPackage('output-chrome', cb); }

Callers

nothing calls this directly

Calls 1

processHtmlFunction · 0.85

Tested by

no test coverage detected