mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
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:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user