Commit graph

87 commits

Author SHA1 Message Date
Immortalin
00fa7e0b05 Remove google-closure-library support. 2015-11-15 13:22:43 +08:00
Immortalin
7cc0b42c49 fixed code order 2015-11-15 09:53:13 +08:00
Immortalin
9a69dff34b Fix typo 2015-11-14 22:40:14 +08:00
Immortalin
fae638c48b Fix indentation 2015-11-14 22:35:09 +08:00
Immortalin
5efe2dd71f fixed npm closure library issue 2015-11-14 22:23:40 +08:00
Blake Bourque
8977ebf46f Changes needed to make headless work. 2015-11-14 21:47:49 +08:00
Immortalin
f0e2c72db5 Fix potential error due to naming 2015-11-14 19:24:58 +08:00
Neil Fraser
00ba0acf40 Clean up build file from previous PR. 2015-11-13 21:11:24 -08:00
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
Neil Fraser
5538f70bc2 Remove unused files from blockly_uncompressed.js 2015-09-22 15:19:33 -07:00
Neil Fraser
37777828f4 Fix disconnect sound in FF. 2015-09-22 11:14:25 -07:00
Neil Fraser
7ecf7df1cb Don't leave blockly_uncompressed.js empty for a long period during build. 2015-09-21 16:12:21 -07:00
Neil Fraser
bd144f14ea Fix tooltip location when page is scrolled.
Also of note, Closure Compiler is no longer preserving licences.
2015-08-06 11:12:41 -07:00
Neil Fraser
edd3e3bf33 Lint corrections. 2015-06-17 13:05:24 -07:00
Neil Fraser
9050e32954 Adding JsonInit method of creating blocks. 2015-06-08 15:54:18 -07:00
Neil Fraser
b935dd8613 Fix DOMParser in node.js 2015-06-04 15:06:39 -07:00
Neil Fraser
9c1e8588ba Merge pull request from daarond/master
PHP Generator Support
2015-06-04 15:06:26 -07:00
Neil Fraser
8202ebf07d Dispose of toolbox when workspace is disposed. 2015-06-04 12:04:43 -07:00
daarond
b551afee72 post-compilation 2015-05-12 10:05:27 -05:00
Neil Fraser
a257e143c4 Add warning to build if not using Python 2. 2015-03-09 10:01:51 -07:00
Neil Fraser
1c39a638e3 Lint fixes. 2015-01-22 15:58:10 -08:00
Neil Fraser
26f956416d Improve error messages during build. 2014-12-12 12:34:28 -08:00
Neil Fraser
a8414a0ecb Remove unneeded HTML attributes (Google style guide). 2014-12-02 18:22:46 -08:00
Neil Fraser
49fa610f0b Improve Python compatibility of build file. 2014-11-06 17:16:41 -08:00
Neil Fraser
d99a04a6ed Detect old Closure directory and prompt to rename. 2014-10-30 11:14:31 -07:00
Neil Fraser
f5108ba043 Move closure-library-read-only to closure-library (due to the Closure project's move). 2014-10-29 22:51:12 -07:00
Neil Fraser
6539211104 Change official project URL. 2014-10-07 13:09:55 -07:00
Neil Fraser
8c252abae4 Updating wiki help URLs. 2014-09-19 22:14:51 -07:00
Neil Fraser
c44c629725 Point context help to GitHub from Google Code. 2014-09-18 16:52:00 -07:00
Neil Fraser
7122410373 Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
Neil Fraser
d998a1c8ec Update to latest version. 2014-09-08 14:26:52 -07:00
ellen.spertus
1f5f0abd94 Automatic commit Sat Feb 1 03:00:04 PST 2014 2014-02-01 03:00:04 -08:00
ellen.spertus
576850a577 Automatic commit Fri Jan 31 03:00:02 PST 2014 2014-01-31 03:00:02 -08:00
ellen.spertus
6ee38cdec3 Automatic commit Tue Jan 28 03:00:09 PST 2014 2014-01-28 03:00:09 -08:00
ellen.spertus
c7a1b36c86 Automatic commit Wed Jan 22 03:00:07 PST 2014 2014-01-22 03:00:07 -08:00
ellen.spertus
bd778cdfea Automatic commit Wed Jan 15 03:00:09 PST 2014 2014-01-15 03:00:09 -08:00
ellen.spertus
a8acffd81c New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00