TouchDevelop/www/blockly
Thomas Ball 8d627ec057 bug fix 2015-07-22 14:00:06 -07:00
..
media Blockly editor. 2015-05-11 11:15:54 -07:00
.gitignore External editors. 2015-04-02 14:26:04 -07:00
README.md Add some README's for external editors. 2015-03-24 11:48:19 -07:00
blockly-main.ts Add a BBC in the Blocks description. 2015-07-16 14:18:34 +02:00
blockly.d.ts Blockly editor. 2015-06-23 18:09:02 -07:00
blockly_compressed.js Refresh Blockly 2015-07-15 09:52:38 +01:00
blocks-custom.js bug fix 2015-07-22 14:00:06 -07:00
blocks_compressed.js Refresh Blockly 2015-07-15 09:52:38 +01:00
compiler.ts Use namespace when converting from Blocks to TD - patch from Jonathan (@msprotz) 2015-07-14 16:48:11 -07:00
editor.html Flashing over the air. 2015-06-25 14:02:41 -07:00
en.js Blockly editor. 2015-06-18 10:44:39 -07:00
icon.png Hub and script list. 2015-05-20 15:15:16 -07:00
icon.svg New logo for Blocks. 2015-07-02 10:03:49 -07:00
refs.ts Blockly. 2015-03-23 17:33:37 -07:00
style.css Flashing over the air. 2015-06-25 14:02:41 -07:00

README.md

This directory contains an "an external editor" sample that packages Google's blockly.

The following files have been pulled from the archive found under the "Get the Code" section at https://developers.google.com/blockly/installation/overview:

  • blockly_compressed.js
  • blockly-main.ts
  • blocks_compressed.js

To refresh these files, just fetch a newer archive and copy the new versions here.

Note: code.org's builds of blockly seem to be buggy at the moment, so in order to use their fork of blockly, we would need to setup a build system to rebuild the minified/compressed.js from their repo.