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

Function copyAssets

gulpfile.js:97–99  ·  view source on GitHub ↗
(outputDir = 'output-chrome/apps')

Source from the content-addressed store, hash-verified

95
96// 复制静态资源
97function copyAssets(outputDir = 'output-chrome/apps') {
98 return gulp.src(['apps/**/*.{gif,png,jpg,jpeg,cur,ico,woff2,svg,md,txt,json}']).pipe(gulp.dest(outputDir));
99}
100
101// 处理JSON文件
102function processJson(outputDir = 'output-chrome/apps') {

Callers 3

copyChromeFunction · 0.85
copyEdgeFunction · 0.85
copyFirefoxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected