infusionsoft / bower-locker

Command line tool to create a pseudo-bower lock file.
Apache License 2.0
15 stars 8 forks source link

bower-locker is using potentially outdated repo links #13

Open Cycododge opened 7 years ago

Cycododge commented 7 years ago

If a Bower dependency is downloaded via http, it is saved to .bower.json within that folder. If the link is later updated to git in the bower-locker.bower.json file, bower-locker will instead use the original value saved in .bower.json. Thus continuing to use the http repo link.

Cycododge commented 7 years ago

Temporary fix is to clear out the bower folder and require dependencies to be downloaded again with up to date information.