Handling common JavaScript files in Visual Studio 2010

前端 未结 9 817
说谎
说谎 2020-12-02 15:31

We\'re beginning work on a couple of fully JavaScript-dependent web apps (our previous apps have been ASP.NET MVC, with JavaScript \'goodness\' sprinkled over-the-top).

9条回答
  •  生来不讨喜
    2020-12-02 16:01

    Use proper version control.

    Keep the js in one location and then just git pull (or the equivelant Mercurial / Bazaar) them back into your code whenever you've updated your javascript.

提交回复
热议问题