MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / minify

Function minify

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

Source from the content-addressed store, hash-verified

33}
34
35function minify() {
36 return src(destFile)
37 .pipe(dest(destFolder))
38 .pipe(uglify())
39 .pipe(rename({ extname: '.min.js' }))
40 .pipe(dest(destFolder));
41}
42
43function minifyES5(){
44 return src(destFile)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected