The JS assests that gets renders looks like this:
<script src="/assets/a00ccd3f/jquery.min.js"></script>
I need to add the async="async"
tag to it.
so it should look like
<script src="/assets/a00ccd3f/jquery.min.js" async="async" ></script>
How can i do this?