Changes between Version 3 and Version 4 of Ticket #28866, comment 3
- Timestamp:
- Nov 30, 2017, 8:12:49 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28866, comment 3
v3 v4 38 38 list_2 = [path4, path2, path5] 39 39 40 how shall we merge it? 40 how shall we merge it? Also we have to consider not only theoretical things but practical. What are duplicated paths? Most likely it's some common libraries. It doesn't matter if jquery and, let's say, d3.js will be included as ['jquery.js', 'd3.js'] or ['d3.js', 'jquery.js'], what is more important is the order of libraries after these duplicates, isn't it?