I have two questions about developing components, the first
What is wrong with my URL FORMAT when i try to register this component with adapt? - (URL is https://github.com/KevCJones/adapt-dragdrop)
I see Error: Invalid URL format :( i wanted to register and then develop it so i can install it easier via the CLI into my project.
Second question.
I don't see much in the documents that describes including dependencies for your component. By example i want to explore different Drag and Drop libraries e.g. Greensocks drag and drop library as one example.
What is the best/recommended policy for this? in terms of where should i put the files. My best guess is relative to the js/ folder and use a relative require path for them. I guess i just wanted to see an example of anyone else whose done it.
Thanks for any help in advance.
Cheers
K