mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
Merge pull request #890
This commit is contained in:
@@ -3,9 +3,15 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}Welcome!{% endblock %}</title>
|
||||
{% block stylesheets %}{% endblock %}
|
||||
{# Run `composer require symfony/webpack-encore-bundle`
|
||||
and uncomment the following Encore helpers to start using Symfony UX #}
|
||||
{% block stylesheets %}
|
||||
{#{{ encore_entry_link_tags('app') }}#}
|
||||
{% endblock %}
|
||||
|
||||
{% block javascripts %}{% endblock %}
|
||||
{% block javascripts %}
|
||||
{#{{ encore_entry_script_tags('app') }}#}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Finish Encore Installation </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* Install Yarn and run <fg=green>yarn install</>
|
||||
|
||||
* Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>
|
||||
|
||||
* Start the development server: <fg=green>yarn encore dev-server</fg>
|
||||
Reference in New Issue
Block a user