|
@@ -17,11 +17,11 @@
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
"source": {
|
|
"source": {
|
|
|
- "include": [ //需要抽取文档的源文件夹
|
|
|
|
|
- "./o2web/source/x_component_process_Xform",
|
|
|
|
|
- "./o2web/source/x_component_cms_Xform",
|
|
|
|
|
|
|
+ "include": [ //需要抽取文档的源文件夹,顺序和搜索结果的顺序有关
|
|
|
"./o2web/source/o2_core/o2/xScript",
|
|
"./o2web/source/o2_core/o2/xScript",
|
|
|
- "./o2web/source/x_desktop/js/o2m.api.js"
|
|
|
|
|
|
|
+ "./o2web/source/x_desktop/js/o2m.api.js",
|
|
|
|
|
+ "./o2web/source/x_component_process_Xform",
|
|
|
|
|
+ "./o2web/source/x_component_cms_Xform"
|
|
|
],
|
|
],
|
|
|
"includePattern": ".+\\.js(doc|x)?$", //抽取的源文件名称正则表达式
|
|
"includePattern": ".+\\.js(doc|x)?$", //抽取的源文件名称正则表达式
|
|
|
"excludePattern": "(^|\\/|\\\\)_" //排除的源文件正则表达式
|
|
"excludePattern": "(^|\\/|\\\\)_" //排除的源文件正则表达式
|