Conversation
* Adds support for copying local binaries before trying the downloads. > Works the same as `.src()`, except url is now a local path. > Bin-wrapper now first tries the `localSrc`s (copying them in place when found) and falls back to downloading `src`s on fail.
|
Note: Travis CI test fail, because current |
|
@vHeemstra This is cool, bc. I need a similar thing. I've one question regarding your code: Do you really need to copy the dependency? What I want to create are basically "offline-installers", where everything is contained in the npm package. (Since these would be cached on our corporate internal Nexus package manager) :D |
Support for copying local binaries before trying the downloads.
Reason
Downloading binaries slows down CI scripts significantly and a lot of the packages using
bin-wrappership with binaries which have already been downloaded and can be used.Changes