Open
Description
When "symfony/assetic-bundle" installed, the below code produces "missing asset" warning:
{% javascripts
'bundles/xxx/js/*/*'
%}
<script src="{{ asset_url }}"></script>
{% endjavascripts %}
Simple /*
works fine, but the problem appears starting from 2nd and next /*/*
..
ps. js files are really there :) e.g. "bundles/xxx/js/controllers/xx.js" and that method of including sub-dirs is allowed