提交 2b7e95b7 编写于 作者: 蔡祥熠

Merge branch 'fix/handwritten' into 'develop'

Merge of fix/handwritten 手写板修改 to develop

See merge request o2oa/o2oa!422
......@@ -509,6 +509,7 @@ function build_concat_xform(){
'o2web/source/' + path + '/ViewSelector.js',
'o2web/source/' + path + '/*.js',
'o2web/source/x_component_process_Work/Processor.js',
'!o2web/source/' + path + '/Documenteditor.js ',
'!o2web/source/' + path + '/Office.js'
];
var dest = 'target/o2server/servers/webServer/'+path+'/';
......
......@@ -212,6 +212,7 @@ function createXFormConcatTask(path, isMin, thisOptions) {
'source/' + path + '/ViewSelector.js',
'source/' + path + '/*.js',
'source/x_component_process_Work/Processor.js',
'!/source/' + path + '/Documenteditor.js ',
'!source/' + path + '/Office.js'
];
var dest = option.dest+'/' + path + '/';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册