gogins / silencio

Algorithmic composition for Csound in Lua and JavaScript.
2 stars 0 forks source link

Redo the structure of my repositories using submodules #10

Closed gogins closed 7 years ago

gogins commented 8 years ago

Rather than requiring manual copying of resources e.g. from Silencio into gogins.github.io, rework the structure of repositories to use git submodules.

This should also be done for the dependencies of these repositories, e.g. sprintf or other JavaScript libraries that my code and/or examples use.

gogins commented 7 years ago

Documentation: https://git-scm.com/book/en/v2/Git-Tools-Submodules

gogins commented 7 years ago

Upon starting to do this and being forced to think, I am closing this issue as counterproductive, and opening another issue to replace all dependencies wherever possible with CDNs. In the future EcmaScript may produce a way to import dependencies that works both on Web servers and for NW.js type applications, but right now the only way that works the same in both environments is Githubissues.

  • Githubissues is a development platform for aggregating issues.