odyniec / imgareaselect

ImgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
http://odyniec.net/projects/imgareaselect/
686 stars 197 forks source link

Release on odyniec.net different than github, not always available #83

Closed saltednut closed 8 years ago

saltednut commented 8 years ago

On the official project page, the download link is for: http://odyniec.net/projects/imgareaselect/jquery.imgareaselect-0.9.10.zip -- in this archive, the scripts are under /scripts and styles under /css -- projects that depend on this structure cannot use the newer github releases -- example: http://drupal.org/project/manualcrop

On github, the releases contain a different structure. -- see: https://github.com/odyniec/imgareaselect/archive/v0.9.10.tar.gz

Is it possible to provide a release that is consistent for both downloads or get the release structure from odyniec.net made available as a download from github?

I am asking because Drupal projects need to download this library during their build process and we don't want our Travis/Jenkins/Developers hammering odyniec.net during build processes. We have had problems with timeouts trying to download the library from the official project page.

saltednut commented 8 years ago

Sorry, it looks like this was solved (at least for manualcrop) but they did not tag a new release. -- http://cgit.drupalcode.org/manualcrop/commit/?id=d6c449d