This commit is contained in:
Kévin Dunglas
2021-02-05 17:33:16 +01:00
parent f67b143e21
commit d5b6c76383
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following tags to start using Symfony UX #}
and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %}
{#{{ encore_entry_link_tags('app') }}#}
{% endblock %}
@@ -6,4 +6,4 @@
* Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>
* Start the development server: <fg=green>yarn dev-server</fg>
* Start the development server: <fg=green>yarn encore dev-server</fg>