tenex / rails-assets

The solution to assets management in Rails
https://rails-assets.org
MIT License
1.63k stars 69 forks source link

perfect-scrollbar out of sync #412

Closed denschub closed 7 years ago

denschub commented 7 years ago

The perfect-scrollbar package at https://rails-assets.org/#/components/perfect-scrollbar is out of sync, since v0.7.1 was released at May 27. Manually re-submitting the component via add component seems to be unable to discover the new tag. What to do?

hut8 commented 7 years ago

Looking now

hut8 commented 7 years ago

Try running:

bower info perfect-scrollbar

This seems to show that the latest release that bower sees is 0.7.0. I agree with you that another tag was pushed. But ultimately rails-assets.org grabs its information from the bower repository. This particular project seems somewhat unusual and removed the bower installation directions from its README between 0.7.0 and 0.7.1. Perhaps you could try building and importing https://github.com/noraesae/perfect-scrollbar-bower?

hut8 commented 7 years ago

Ah yes, looks like they forgot to push a tag: https://github.com/noraesae/perfect-scrollbar-bower/issues/7

If you need this fixed now, you could fork it yourself, add a tag and build your fork via rails-assets.org. Or contact the maintainer more directly.

denschub commented 7 years ago

Oh yikes, that's a good catch. Thanks for that, will follow up with the maintainer.