lihong67@huawei.com

separate opensource software weex-scripter/weex-styler from ace_js2bundle.

Signed-off-by: lihong <lihong67@huawei.com>
Change-Id: Ice6e92e9f57d1d78b8587c3e1d15882d5ef2edde
This commit is contained in:
lihong 2023-12-19 15:11:10 +08:00 committed by houhaoyu
parent 5eff666c06
commit efe11c6319

View File

@ -68,5 +68,3 @@ function copyResource(src, dist) {
copyResource(path.resolve(__dirname, './plugin/templater'), process.argv[2] + '/templater');
copyResource(path.resolve(__dirname, './plugin/theme'), process.argv[2] + '/theme');
copyResource(path.resolve(__dirname, './plugin/codegen'), process.argv[2] + '/codegen');
copyResource(path.resolve(__dirname, './third_party/weex-loader/deps/weex-scripter'), process.argv[2] + '/scripter');
copyResource(path.resolve(__dirname, './third_party/weex-loader/deps/weex-styler'), process.argv[2] + '/styler');