Hacker News new | ask | show | jobs
by michaelsbradley 397 days ago
Why not copy & paste the code you need into a vendor/ subdir?

If the vendored code needs to be updated because of a change in your build tools or whatever then you’ll likely be making similar changes to other parts of your project.

1 comments

This is the approach I'm sometimes using, but it would be nice to have tooling around that :)