


Found the problem. The following function has not been defined.
Blockly.hueToRgb(hue)
To fix it, replace line 718 - 720 with the following code.var colourHex = Blockly.utils.colour.hsvToHex(hue, Blockly.HSV_SATURATION, 255 * Blockly.HSV_VALUE);colourBlock.append(BlockDefinitionExtractor.newDomElement_('mutation', {colour: colourHex}));
I will report this in GitHub later today.