Use Symfony2 assetic for managing assets other than images, js and css. Other assets such as swf, fonts etc or to be generic is there any generic option that can be used with assetic to use just about any type of file...file.xxx
For images it's :
{% image '@mybundlename/Resources/public/images/sample.png' %}
<img src="{{ assets_url }}" />
{% endimage %}
For stylesheets it's :
{% stylesheets ......
For javascripts it's :
{% javascripts..... }
So like wise what about other types of files.