Immortalin ad7ec48e70 Add support for google closure library
When the closure library is installed by npm, it is named "google-closure-library", however it is named "closure-library" in build.py. When both blockly and closure are installed by npm, they are in the same folder so theoretically theoretically blockly should be able to build. Formatting and indentation might be a bit off as I edited this using the github editor. 

This ```python
search_paths = calcdeps.ExpandDirectories(
      ["core", os.path.join(os.path.pardir, "closure-library")])
``` might need further revision to account for the additional naming. Maybe a try statement?
2015-11-11 21:28:44 +08:00
2015-07-13 15:03:22 -07:00
2015-10-02 15:38:39 -07:00
2015-11-10 17:28:46 -06:00
2015-09-22 11:14:25 -07:00
2015-10-25 23:51:24 -07:00
2015-08-03 20:34:07 +02:00
2015-08-03 20:34:07 +02:00
2015-08-08 15:15:58 -07:00
2015-01-08 09:57:28 -08:00

Blockly

Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.

The project page is https://developers.google.com/blockly/

Description
The web-based visual programming editor.
Readme Apache-2.0 250 MiB
Languages
TypeScript 51.3%
JavaScript 40.6%
Python 2.1%
HTML 1.8%
PHP 1.5%
Other 2.7%