MCPcopy Index your code
hub / github.com/zxlie/FeHelper / chromePreprocess

Function chromePreprocess

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

Source from the content-addressed store, hash-verified

409
410// chrome前置处理
411function chromePreprocess(cb) {
412 const destDir = 'output-chrome/apps';
413 buildManifest('chrome', destDir);
414 cb();
415}
416
417// edge前置处理
418function edgePreprocess(cb) {

Callers

nothing calls this directly

Calls 2

buildManifestFunction · 0.85
cbFunction · 0.85

Tested by

no test coverage detected