Nestable icon indicating copy to clipboard operation
Nestable copied to clipboard

Create bower.json

Open gion opened this issue 11 years ago • 11 comments

make this plugin a bower component

gion avatar Apr 14 '14 11:04 gion

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 avatar Apr 14 '14 11:04 gion

@gion, The original developer stopped with supporting nestable. I'm going to implent this in my version!

RamonSmit avatar Apr 23 '14 13:04 RamonSmit

@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?

gion avatar Apr 23 '14 14:04 gion

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

RamonSmit avatar Apr 23 '14 14:04 RamonSmit

@gion is it just creating a bower.json? Or do we need to add more?

SerendipityNL avatar Apr 23 '14 15:04 SerendipityNL

+1

brunowego avatar May 20 '14 22:05 brunowego

+1

@SerendipityNL you can register is also - http://devhike.blogspot.com/2013/06/how-to-register-your-library-or.html

rtconner avatar May 31 '14 22:05 rtconner

@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/

gion avatar Jun 01 '14 16:06 gion

Run: bower info nestable

To list the available versions. Now need make a tag and the bower.json file.

brunowego avatar Jun 26 '14 02:06 brunowego

I made another pull with a little better bower syntax: #116

brunowego avatar Jun 26 '14 02:06 brunowego

For now, I created a temporary repository: bower info jquery.nestable

brunowego avatar Jun 26 '14 02:06 brunowego