F
F
faragly2015-10-03 21:48:43
JavaScript
faragly, 2015-10-03 21:48:43

How do you update js libraries and plugins in a complex project?

Hello! There is a project with a large number of applications built on jquery with the addition of various plugins to this bunch. How would you organize the update of all related js libraries and plugins to the latest versions? For example, amcharts, leaflet.js, jquery, select2. Or the relevance of the versions does not matter? I would like not to break anything, but to bring benefits, since bugs are known to be fixed in new versions.

Added. I respect any urge to answer the question, but I suggest reading the text not diagonally and not trying to score points with a quick answer.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-10-03
@OnYourLips

Dependencies: bower.
In order not to break anything, do integration tests (Selenium), and only after that change dependency versions through bower.

D
Dmitry Kim, 2015-10-03
@kimono

I have caching js files configured, and all links to all such files look like:
where 13123123123 is the timestamp from the time the file was modified.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question