You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Sometimes you want to patch a dependency
The way to do this with minimal hassle is to copy the modules you want to change into your main folder, so you can revision control it and keep loverocks from touching it. (you can also vendor the dependency but that's a lot of bookwork for something that might only get used in one project)
it'd be nice if loverocks could:
do the copying step for you
pin the version it copied so you don't accidentally update only half the module
Sometimes you want to patch a dependency
The way to do this with minimal hassle is to copy the modules you want to change into your main folder, so you can revision control it and keep loverocks from touching it. (you can also vendor the dependency but that's a lot of bookwork for something that might only get used in one project)
it'd be nice if loverocks could: