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

修改gulpfile

上级 8368332d
......@@ -1107,8 +1107,10 @@ function build_web_api() {
function build_doc(){
return getGitV().then(function(arr){
console.log('jsdoc -c o2web/jsdoc.conf.json -q version='+arr[0]+'-'+arr[1]+'');
return (shell.task('jsdoc -c o2web/jsdoc.conf.json -q version='+arr[0]+'-'+arr[1]+''))();
}, function(){
console.log('jsdoc -c o2web/jsdoc.conf.json -q version=');
return (shell.task('jsdoc -c o2web/jsdoc.conf.json -q version='))();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册