Changes between Version 3 and Version 4 of Ticket #28866, comment 3


Ignore:
Timestamp:
Nov 30, 2017, 8:12:49 AM (7 years ago)
Author:
clincher

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28866, comment 3

    v3 v4  
    3838list_2 = [path4, path2, path5]
    3939
    40 how shall we merge it?
     40how 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?
Back to Top