-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels