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
(A similar issue is in Ayamel-Examples, but really the major dependency branch point is here, so I'm putting an issue here as well).
Rather than a script that does manual checkouts of depended-upon repositories, it would be more reliable and safer to use a mechanism that defines dependencies explicitly and recursively, such as npm. This has a few advantages:
Sub-dependencies are recursively installed
The particular version of interest can be locked, rather than this project being subject to anything that breaks in the master branch of the dep
It's the standard way of doing things, which makes it easier for new developers and also to use other tools such as Travis.
The text was updated successfully, but these errors were encountered:
verdude
pushed a commit
to BYU-ODH/yvideojs
that referenced
this issue
Mar 19, 2019
(A similar issue is in Ayamel-Examples, but really the major dependency branch point is here, so I'm putting an issue here as well).
Rather than a script that does manual checkouts of depended-upon repositories, it would be more reliable and safer to use a mechanism that defines dependencies explicitly and recursively, such as npm. This has a few advantages:
The text was updated successfully, but these errors were encountered: