Hi,
Just came across the following and was wondering if someone else faced this before.
I Pipelined all my CSS and JS, which works fine.
Now the problem is that the final 'pipelined' version of the CSS/JS is not loaded asynchronous.
I've tried changing the following:
{{ assets.js('head',{'loading':'async'}) }}
-```
which results in the following:
<script src="/grav/assets/7e4dbcc0dd299bc8ab7c8091bab68bd4.js?g-15c57228" type="text/javascript" loading="async" ></script>
which in it's turn does not actually load the script asynchronous as far as i can judge.
Is there a way to load the final 'pipelined' CSS/JS asynchronous?