ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 245 forks source link

1.1.0 release/tag required (for bower)? #84

Open mcjwb opened 8 years ago

mcjwb commented 8 years ago

Hi, bower install lazyloadxt installs version 1.0.5. You can install the latest version with bower install https://github.com/ressio/lazy-load-xt.git#master.

Is a 1.1.0 release required in gitHub for bower to install the latest version by default? If so, is this something you can do?

Thanks.

playerzero commented 8 years ago

Note: you can also include this URL in your bower.json (i did not know this previously so i'm sharing here), e.g.:

"lazyloadxt": "https://github.com/ressio/lazy-load-xt.git#master"

That way you can avoid having to run a separate bower install for this plugin on each new environment.

playerzero commented 8 years ago

Of course this means every bower install will grab the very latest code, i don't know of a way to specify a version if the source is a git repo and versions aren't tagged.