Create bower.json
make this plugin a bower component
You must make a new release with a tag matching the version from the bower.json file (in this it's 0.0.1).
@gion, The original developer stopped with supporting nestable. I'm going to implent this in my version!
@RamonSmit ok I guess, but I would have to test your code to see if any of the old functionalities break.
Related to this issue, could you make it a bower component?
Lots and lots bugs fixed and new featurers!
Check it ;)
Van: Bogdan Gradinariu [mailto:[email protected]] Verzonden: woensdag 23 april 2014 16:18 Aan: dbushell/Nestable CC: Ramon J. A. Smit Onderwerp: Re: [Nestable] Create bower.json (#106)
@RamonSmit https://github.com/RamonSmit ok I guess, but I would have to test your code to see if any of the old functionalities break.
Related to this issue, could you make it a bower component?
— Reply to this email directly or view https://github.com/dbushell/Nestable/pull/106#issuecomment-41165933 it on GitHub. https://github.com/notifications/beacon/1906631__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMzg4MTg2MywiZGF0YSI6eyJpZCI6Mjk5NDMxNTB9fQ==--0ecabee2bd5fdd31cb78e8061f658e3bd7ca1a3c.gif
@gion is it just creating a bower.json? Or do we need to add more?
+1
+1
@SerendipityNL you can register is also - http://devhike.blogspot.com/2013/06/how-to-register-your-library-or.html
@SerendipityNL Yes, that's the first step :).
After that people could install the dependency by using something like bower install https://github-url.git.
If you want the package to be registered into the official bower registry then you need to also register the component like this: bower register package-name package-git-url.
After registering, users will be able to install this dependency by it's name: bower install package-name.
Hope this helps.. more info on bower stuff here: http://bower.io/
Run: bower info nestable
To list the available versions. Now need make a tag and the bower.json file.
I made another pull with a little better bower syntax: #116
For now, I created a temporary repository: bower info jquery.nestable