For example, if I have something like:
{{ javascript_include('third-party/proui/backend/js/vendors/modernizr-respond.min.js') }}
How do I add async or defer into this? I tried , 'async' : true
but it didn't work.
For example, if I have something like:
{{ javascript_include('third-party/proui/backend/js/vendors/modernizr-respond.min.js') }}
How do I add async or defer into this? I tried , 'async' : true
but it didn't work.