Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有很多 Javascript 代码将部署在桌面应用程序中并用作 Web 应用程序(部署到服务器)。
对我来说唯一显而易见的方法是让桌面应用程序在构建时提取源代码。
有没有更好的方法来处理这个?
看看 git 子模块。您会将 JS 视为共享库,因此将其作为子模块包含在 Web 和桌面应用程序中。
http://git-scm.com/book/en/Git-Tools-Submodules