Setting up accessible Blockly for Closure compilation. (#1134)

Moving closure compilation into the build file.

Fixing up goog.requires for accessible blockly. Adding accessible to the build script.
This commit is contained in:
CoryDCode
2017-05-26 10:43:02 -07:00
committed by GitHub
parent c0b906f4b6
commit e2ee3aa9c9
26 changed files with 3618 additions and 39 deletions

View File

@@ -30,6 +30,7 @@ goog.require('Blockly.FieldDropdown');
goog.require('Blockly.Msg');
goog.require('Blockly.VariableModel');
goog.require('Blockly.Variables');
goog.require('Blockly.VariableModel');
goog.require('goog.asserts');
goog.require('goog.string');