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

Function processHtml

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

Source from the content-addressed store, hash-verified

106
107// 处理HTML文件
108function processHtml(outputDir = 'output-chrome/apps') {
109 return gulp.src('apps/**/*.html').pipe(htmlmin({collapseWhitespace: true})).pipe(gulp.dest(outputDir));
110}
111
112// 合并 & 压缩 js
113function processJs(outputDir = 'output-chrome/apps') {

Callers 3

htmlChromeFunction · 0.85
htmlEdgeFunction · 0.85
htmlFirefoxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected