Is it possible on Symfony2 use assets_version by file?
We are using assets_version and assets_version_format to
If you're trying to use the assets_version parameter with the javascripts or stylesheets helpers, you still need to use the asset helper as well.
{% javascripts 'bundles/webapp/app.js'
'bundles/webapp/utils.js'
filter='?closure' %}
{% endjavascripts %}
It is not added to asset_url automatically (which is a good thing).