I'm pretty new to adapt and the languages it uses.
I'm trying to create a custom component by following the plugin development instructions on the GIT wiki I have put the folder for my component (adapt-mediasync) in src/components and have put it on the github referenced in my bower.json but i cant get the component to display.
My component is called adapt-mediasync and i have tried putting in a component with "_component":"mediasync" or "_component":"adapt-mediasync" both of these result in the page coming out blank.
Am i missing something?
it seems that to use other components you install them with adapt install 'plugin name' but this seems to only work for registered plugins. Is there a way to get it to work locally before I register it as I don't want to register an unfinished plugin.