Commit Graph

912 Commits

Author SHA1 Message Date
Abby
7a006b0307 Update version number and build 2020-04-02 17:55:03 -07:00
alschmiedt
0175d69ea5 Update package lock (#3788) 2020-04-02 16:35:56 -07:00
Sam El-Husseini
e1e99fd2fe Ran npm update and npm audit fix (#3776) 2020-03-27 16:05:53 -07:00
Sam El-Husseini
d838778a4a Script to check licenses (#3757)
* Add script task to check licenses of all dependenies
2020-03-19 10:53:29 -07:00
Sam El-Husseini
249d484773 Merge start hat fix into master (#3652)
* Fix start hats (#3651)

* Rebuild
2020-01-24 13:31:07 -08:00
Abby
4a961aa6b4 3.20200123.0 2020-01-23 14:59:21 -08:00
Sam El-Husseini
492aa96e18 Update packagelock (#3598)
* Update package-lock.json
2020-01-15 10:35:02 -08:00
Sam El-Husseini
6bd6bdefbc Upgrade closure + support for closure-library dependency (#3554)
* Upgrade closure and include hints on how to include the closure library in the build.

* Revert build-uncomprssed.

* Sort uncompressed.

* nit: comment.
2020-01-14 12:59:43 -08:00
Sam El-Husseini
e8a294b138 Use google-closure-deps in local build (#3432)
* Use google-closure-deps instead of python script for building in gulpfile (JS)
2019-11-12 11:26:20 -08:00
Neil Fraser
4d25193ead Add extern for goog. (#3417)
As of closure-compiler-v20191027.jar the compile now breaks due to a lack of ‘goog’ being defined.

../../temp_core/constants.js:24: ERROR - [JSC_UNDEFINED_VARIABLE] variable goog is undeclared
goog.provide('Blockly.constants');
^^^^

1 error(s), 0 warning(s)
Compiler exit code: 1
Compilation FAIL.

Upgrade closure compiler to v20191027
2019-11-09 08:10:30 -08:00
Sam El-Husseini
6d8f22f39a Add a lint plugin to ensure we only use ES5 syntax. (#3160)
* Add a lint plugin to ensure we only use ES5 only syntax.
2019-10-21 21:26:26 -04:00
RoboErikG
e69db137a7 Add a test for built file size (#3075)
* Add a test for built file size

Adds a script test for building Blockly's compressed files and
checking their size to prevent unexpected increases.

* Update size for new changes

* Add full stop
2019-09-25 15:03:31 -07:00