<div dir="ltr">I have a Rails project with dependencies on a single external JS library that for reasons - primarily, licensing - I don’t want to include in my vendored libraries.
<div><br></div><div>Currently, I’ve been referencing it via Rails-Assets (<a href="https://github.com/rails-assets/rails-assets">https://github.com/rails-assets/rails-assets</a>) which makes it available as a gem, and thus it’s bundled by the end-user at deployment time.</div><div><br></div><div>Except: Rails-Assets is down, again, and the future of the project is feeling a tad suspect. So I’m asking for myself: what are my alternatives here?</div><div><br></div><div>I am loathe to tear out my basic usage of asset-pipeline to replace it with some onerous npm-derived asset preprocessing (gulp, grunt, etc, etc, etc); I also really can’t include the library within my codebase, so need to find a way for it to be pulled down, both locally (for development) and on deployment via Capistrano.</div><div><br></div><div>Any thoughts? How do you tend to do this?</div></div>