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

Function cleanOutput

gulpfile.js:92–94  ·  view source on GitHub ↗
(outputDir = 'output-chrome')

Source from the content-addressed store, hash-verified

90
91// 清理输出目录
92function cleanOutput(outputDir = 'output-chrome') {
93 return gulp.src(outputDir, {read: false, allowEmpty: true}).pipe(clean({force: true}));
94}
95
96// 复制静态资源
97function copyAssets(outputDir = 'output-chrome/apps') {

Callers 3

cleanChromeFunction · 0.85
cleanEdgeFunction · 0.85
cleanFirefoxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected