Remove deprecated build.py script

This commit is contained in:
Rachel Fenichel
2021-06-24 16:58:28 -07:00
parent 18a27a2613
commit 2fcdd846be
4 changed files with 6 additions and 514 deletions

View File

@@ -61,10 +61,10 @@ goog.requireType('Blockly.Workspace');
/**
* Blockly core version.
* This constant is overridden by the build script (build.py) to the value of the version
* in package.json. This is done during the gen_core build step.
* For local builds, you can pass --define='Blockly.VERSION=X.Y.Z' to the compiler
* to override this constant.
* This constant is overridden by the build script (npm run build) to the value
* of the version in package.json. This is done during the gen_core build step.
* For local builds, you can pass --define='Blockly.VERSION=X.Y.Z' to the
* compiler to override this constant.
* @define {string}
*/
Blockly.VERSION = 'uncompiled';