Edit folder structure and webpack configuration

This commit is contained in:
Paul Nicoué 2022-09-05 15:24:24 +02:00
parent 6a754806c6
commit d48d295bf0
24 changed files with 14 additions and 15 deletions

View file

@ -9,12 +9,12 @@
{# CSS #}
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('assets/build/main.css') }}">
<link rel="stylesheet" href="build/main.css">
{% endblock %}
{# JavaScript #}
{% block scripts %}
<script src="{{ asset('assets/build/app.js') }}" defer></script>
<script src="build/app.js" defer></script>
{% endblock %}
{# Matomo #}