rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
906 stars 216 forks source link

Specify version in file for Bower #47

Closed Rendez closed 7 years ago

Rendez commented 9 years ago

rails-assets for example need a version specified (and/or tag) in order to build bower components.

SizeSeeker commented 9 years ago

+1

rvera commented 9 years ago

Hi @YPCrumble, is this not fixed for you?

https://github.com/rvera/image-picker/tree/0.2.4

YPCrumble commented 9 years ago

@rvera having the same issue again. I looked deeper and found that the problem I'm facing is that the release is from January 2014, but the bower.json file was added later, in October. When Bower finds the package, it pulls the release, but not the bower.json file you added (which messes up other programs that are expecting to find that file). Solution would be to create a new release that will allow Bower to include the bower.json file when it pulls that most recent release. See http://stackoverflow.com/questions/27384690/bower-install-save-is-not-creating-bower-json-file-from-bower-json for a good description.

rvera commented 9 years ago

Hi @YPCrumble thanks for looking at this. Will take a look.

rvera commented 7 years ago

Fixed this for release 0.3.0. Thanks guys!