mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Add embed worker to deploy
This commit is contained in:
@ -115,6 +115,9 @@ def make():
|
|||||||
js_dir = root_dir
|
js_dir = root_dir
|
||||||
base.copy_dir(base_dir + "/js/" + branding + "/builder/sdkjs", js_dir + "/sdkjs")
|
base.copy_dir(base_dir + "/js/" + branding + "/builder/sdkjs", js_dir + "/sdkjs")
|
||||||
base.copy_dir(base_dir + "/js/" + branding + "/builder/web-apps", js_dir + "/web-apps")
|
base.copy_dir(base_dir + "/js/" + branding + "/builder/web-apps", js_dir + "/web-apps")
|
||||||
|
|
||||||
|
# add embed worker code
|
||||||
|
base.cmd_in_dir(git_dir + "/sdkjs/common/embed", "python", ["make.py", js_dir + "/web-apps/apps/api/documents/api.js"])
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
base.create_dir(js_dir + "/sdkjs-plugins")
|
base.create_dir(js_dir + "/sdkjs-plugins")
|
||||||
|
|||||||
Reference in New Issue
Block a user