Hello Guys,
I just have short question you may can answer me: Is it possible to load css/js files async with the asset manager? Is there any option?
What I want to have for output (with $asset->outputJs("js");
) is something like e.g.:
<script async src="script.js" type="text/javascript"></script>
Thanks, Yannici