jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

Now using bower.json, fixed #192 #193

Closed kennethkalmer closed 10 years ago

kennethkalmer commented 10 years ago

Also updated the version here, and the main key to point to dist/latest/snap.(js|css) respectively

kennethkalmer commented 10 years ago

Wait wait, will have to redo this properly to support component.io & bower at the same time...

chellem commented 10 years ago

I can't download it from bower tho. Is there a problem with the name?

kennethkalmer commented 10 years ago

bower install --save kennethkalmer/snapjs#v2.0

That should work, but the directory name will be Snap.js. Alternatively you could use snapjs=kennethkalmer/snapjs#v2.0 to have it saved to snapjs.

chellem commented 10 years ago

perfect :+1:

frankie-loves-jesus commented 10 years ago

@kennethkalmer could you make sure it's available via http://bower.io/search/?q=snap? That way I can add it to https://rails-assets.org/components/new.

frankie-loves-jesus commented 10 years ago

@kennethkalmer I just regged kennethkalmer-snapjs. Hopefully it should be searchable via http://bower.io/ soon.

Tried adding it to https://rails-assets.org/components/new but getting kennethkalmer-snapjs has no versions defined. Please create an issue in component's repository. -- maybe you need to set a semver-compatible version ie. 2.0.0-rc.1?

kennethkalmer commented 10 years ago

@frankie-loves-jesus thanks for the feedback, will clean this up a bit more

frankie-loves-jesus commented 10 years ago

Anytime @kennethkalmer. Looking forward to your update.

frankie-loves-jesus commented 10 years ago

@kennethkalmer any news? @jakiestfu we need you man!

jakiestfu commented 10 years ago

@frankie-loves-jesus @chellem @kennethkalmer Sorry, fellas. Here we go:

$ bower info snapjs

...

Available versions:
  - 2.0.0-rc1
  - 1.9.3
frankie-loves-jesus commented 10 years ago

Yo! Welcome back! Thank you so much man, I really appreciate it.

rvanbaalen commented 10 years ago

I had to look up the bower install instructions in this thread so I've added it to the README as well now :+1: