UNPKG

1.05 kBJavaScriptView Raw
1"use strict";const e=require("bluebird"),r=require("fs-extra"),n=require("klaw"),i=require("archiver"),t=require("path"),o=require("../utils"),u=require("lodash"),a=require("through2"),s=o.copyDir,c=o.ensureDirAsync,p=o.cleanPreviousBuild,l=o.printMessage,f=module.exports={};f.zipFolder=function(r,n){return e.coroutine(function*(){var e=yield v(r);e=u.uniq(e),yield h(r,e,n)})().catch(e=>e)};var d=a.obj(function(e,r,n){/\/.history.json/g.test(e.path)||this.push(e),n()});function h(n,o,u){return new e((e,a)=>{var s=r.createWriteStream(u),c=i("zip",{zlib:{level:9}});s.on("close",()=>{e(!0)}),c.on("error",a),c.pipe(s),c.append(r.createReadStream(t.join(CLI_PATH,"snippets","index.js")),{name:"index.js"}),o.forEach(function(e){var r=t.join(n,e);c.file(r,{name:e})}),c.finalize()})}function q(e){var r=t.basename(e);return"."===r||"."!==r[0]}function v(r){var i=[];return new e((e,t)=>{n(r).pipe(d).on("data",function(e){e.stats.isDirectory()||i.push(j(r,e.path))}).on("error",t).on("end",function(){e(i)})})}function j(e,r){return r.split(e).pop()}
\No newline at end of file