Skip to content

Is it possible to simplify the plugins #28

@Skateside

Description

@Skateside

At the moment, they all have the same wrapper:

(function (Aria) {
    if (!Aria || !Aria.VERSION) {
        return;
    }
    // ...
}(window.Aria));

Is it possible to add that to a gulp command so that we can make a smaller combined file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions