We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67b143 commit d5b6c76Copy full SHA for d5b6c76
symfony/twig-bundle/3.3/templates/base.html.twig
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8">
5
<title>{% block title %}Welcome!{% endblock %}</title>
6
{# Run `composer require symfony/webpack-encore-bundle`
7
- and uncomment the following tags to start using Symfony UX #}
+ and uncomment the following Encore helpers to start using Symfony UX #}
8
{% block stylesheets %}
9
{#{{ encore_entry_link_tags('app') }}#}
10
{% endblock %}
symfony/webpack-encore-bundle/1.9/post-install.txt
@@ -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>
0 commit comments