1. 02 Dec, 2015 4 commits
  2. 01 Dec, 2015 7 commits
  3. 25 Nov, 2015 1 commit
  4. 22 Nov, 2015 1 commit
  5. 21 Nov, 2015 2 commits
  6. 19 Nov, 2015 1 commit
  7. 15 Nov, 2015 3 commits
  8. 14 Nov, 2015 9 commits
  9. 11 Nov, 2015 3 commits
    • Immortalin's avatar
      Add support for google closure library · ad7ec48e
      Immortalin authored
      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?
      ad7ec48e
    • Immortalin's avatar
      Merge pull request #1 from google/master · 0ae4678c
      Immortalin authored
      Update with main repository
      0ae4678c
    • Neil Fraser's avatar
      Merge pull request #206 from trodi/type-data · b4a5c283
      Neil Fraser authored
      improve type annotations
      b4a5c283
  10. 10 Nov, 2015 1 commit
  11. 09 Nov, 2015 2 commits
  12. 26 Oct, 2015 3 commits
  13. 25 Oct, 2015 3 commits