vince icon indicating copy to clipboard operation
vince copied to clipboard

Bug: script features ordering

Open vanodevium opened this issue 9 months ago • 0 comments

According to the documentation, I can specify the features in any order, but it turned out that the order does matter.

For example, this order will work without problems: /js/script.file-downloads.local.outbound-links.tagged-events.js

But if I change the order even slightly, everything stops working, for example these: /js/script.file-downloads.local.tagged-events.outbound-links.js /js/script.local.file-downloads.outbound-links.tagged-events.js

It would be great if you could either fix this problem or at least describe it in the documentation.

Thanks!

vanodevium avatar Mar 27 '25 10:03 vanodevium