mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Add deprecation message to build.py
This commit is contained in:
4
build.py
4
build.py
@@ -485,6 +485,10 @@ if __name__ == "__main__":
|
||||
full_search_paths = calcdeps.ExpandDirectories(["core", "closure"])
|
||||
full_search_paths = sorted(full_search_paths) # Deterministic build.
|
||||
|
||||
print("Deprecation Warning: \n This build script has been deprecated, " +
|
||||
"please use 'npm run build' instead. \n The script will be removed from " +
|
||||
"Blockly core in Q4 of 2020.\n")
|
||||
|
||||
# Uncompressed and compressed are run in parallel threads.
|
||||
# Uncompressed is limited by processor speed.
|
||||
if (args.core):
|
||||
|
||||
Reference in New Issue
Block a user