brainwipe / Harness

An artificial intelligence toybox for neural networks and other mathematical models.
https://nn.lack-of.org
4 stars 2 forks source link

Refactor so that all block assets are together #21

Closed brainwipe closed 9 years ago

brainwipe commented 9 years ago

As a block builder, I want to make sure that all the block assets (icon/css) are included along with the javascript so that I do not have to dig around in the framework to find them. This will help making new blocks and speed up the process. I want the icon for the block and the css to be loaded by convention.

I want them to be dynamically loaded by the system when the blocks are added to the harness and not before.