Skip to content

[Twig] missing asset #768

Open
Open
@krzysztof-kabala

Description

@krzysztof-kabala

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions