-
Notifications
You must be signed in to change notification settings - Fork 342
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>imelnych, owais, constverum, Schnouki, SalahAdDin and 4 more
Metadata
Metadata
Assignees
Labels
No labels