Skip to content

Conversation

fabienVernieres
Copy link

@fabienVernieres fabienVernieres commented Aug 24, 2025

I try with
{% block importmap %}
{{ importmap(['app', 'game']) }}
{% endblock %}

but that works with
{% block javascripts %}
{{ importmap(['app', 'game']) }}
{% endblock %}

I try with 
{% block importmap %}
    {{ importmap(['app', 'game']) }}
{% endblock %} 

but it's work with 
{% block javascripts %}
    {{ importmap(['app', 'game']) }}
{% endblock %}
@carsonbot carsonbot changed the title Update asset_mapper.rst Update asset_mapper.rst Aug 24, 2025
@xabbuh
Copy link
Member

xabbuh commented Aug 25, 2025

Could it be that you missed adding the importmap block as described in the "installation" section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants