Hello,
I've created some custom Blockly blocks following the guides in the wiki. But, I'm having a hard time getting these blocks to show up in the Toolbox.
If I create a new block definition javascript file in blockly/static/blocks/ and language generator javascript file in blockly/generators/javascript/ then build Blockly and add a new <category> and <block> tag to the Toolbox xml nothing shows up.

If I add my stuff to one of the existing block definition files and language generator files then build Blockly and add a new <block> Toolbox xml tag the category becomes messed up.

What am I missing?
Thanks,
Mike Mogenson