Skip to content

Bug: script features ordering #68

@vanodevium

Description

@vanodevium

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions