Practical approach to keeping jQuery up to date?

后端 未结 6 779
时光取名叫无心
时光取名叫无心 2020-12-05 02:46

Some of the projects we\'re working on have strong roots in jQuery 1.4.2 or earlier, and somewhere between lacking the performance edge (or syntactic sugar) of the latest re

6条回答
  •  旧巷少年郎
    2020-12-05 03:08

    The Twitter guys have solved this problem quite nicely.

    http://github.com/twitter/bower

    It does what it says on the tin - it is a package manager for the web (and that includes keeping JS files like JQuery up to date)

提交回复
热议问题