mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Add js builds for "core" module
This commit is contained in:
@ -7,8 +7,6 @@ import base
|
||||
def make():
|
||||
if ("1" == base.get_env("OO_NO_BUILD_JS")):
|
||||
return
|
||||
if ("core" == config.option("module")):
|
||||
return
|
||||
|
||||
base_dir = base.get_script_dir() + "/.."
|
||||
out_dir = base_dir + "/out/js/";
|
||||
|
||||
Reference in New Issue
Block a user