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.
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
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.