Import assets with async/defer

Hey there!!

Quick question. I’m interested in having all the app assets imported with async/defer atributtes:

<script src="assets/app.js" defer></script>

Same thing with vendor. Also with the css files. Can this be configured on build o do I have to manually adapt the dist/index.html file??

You could try https://github.com/vectart/ember-cli-pace

Thanks for the option! I will look into it.