提交 c726c519 编写于 作者: NoSubject's avatar NoSubject

修改打包脚本

上级 0e071349
......@@ -193,7 +193,7 @@ function getMoveTask(path){
function getCleanTask(path){
return function(cb){
var dest = destDir+path+'/';
del(dest, cb);
del(dest, {"force": true}, cb);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册