Skip to content

Assetic package 'ezdesign' not working in a {% stylesheets %} block #10

@alafon

Description

@alafon

This works :

<link rel="stylesheet" href="{{ asset("css/default.css", "ezdesign") }}" />
<link rel="stylesheet" href="{{ asset("css/another_sheet.css", "ezdesign") }}" />

This does not :

{% stylesheets
    'css/default.css'
    'css/another_sheet.css'
    package='ezdesign'
%}
    <link rel="stylesheet" type="text/css" href="{{ asset_url }}"/>
{% endstylesheets %}

Am I doing something wrong ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions