Developer ?: Add js to cache/minimizer
What would be the proper way to add a js script to be included on every page load and minimized/cached/gzip by UNA?
I know how to add script tags, inject, etc. These are just links, and it makes page load slower. I want to start including my js in UNAs built in handling.
How to do so?