mweststrate / relative-deps

Installs local dependencies for optimal developer experience
MIT License
429 stars 32 forks source link

Reuse library builds #7

Open mweststrate opened 5 years ago

mweststrate commented 5 years ago

If many hosting projects use the same relative dependency, each of them is building their own version of the library. It would be great to somehow cache those globally (or store the has in the library rather than in the hosting project), so that builds from the same state of the library can be reused