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:
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?