At the moment, they all have the same wrapper: ```js (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?
At the moment, they all have the same wrapper:
Is it possible to add that to a gulp command so that we can make a smaller combined file?