Js_pipeline: true resulting position

Hi,
I wonder if there is a way to get the compressed and minified javascript inserted at the bottom of the page (read: just before the tag) instead of the header. Is ther eany configuration one could apply for that?

Thanks :slight_smile:
Lukas

You can move the {{ asssets.js() }} call to the bottom of the theme if you wish. This is where the JS files get output. However, as long as your initializations are performed onload there is no great reason to do so.