Closed
Description
That would be great to allow rendering bundles inline rather than linking to them. This will speed up page loading for smaller bundles (e.g. having facebook/twitter sharing scripts combined into a single bundle).
For example, the following syntax:
{% render_bundle 'social' 'js' inline=True %}
would emit:
<script type="text/javascript">
// here goes the content of social.e9e35ae5.js
</script>
Metadata
Metadata
Assignees
Labels
No labels