Skip to content

Commit b7bf608

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #890
2 parents 636fb6b + d5b6c76 commit b7bf608

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

symfony/twig-bundle/3.3/templates/base.html.twig

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>{% block title %}Welcome!{% endblock %}</title>
6-
{% block stylesheets %}{% endblock %}
6+
{# Run `composer require symfony/webpack-encore-bundle`
7+
and uncomment the following Encore helpers to start using Symfony UX #}
8+
{% block stylesheets %}
9+
{#{{ encore_entry_link_tags('app') }}#}
10+
{% endblock %}
711

8-
{% block javascripts %}{% endblock %}
12+
{% block javascripts %}
13+
{#{{ encore_entry_script_tags('app') }}#}
14+
{% endblock %}
915
</head>
1016
<body>
1117
{% block body %}{% endblock %}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> Finish Encore Installation </>
3+
<bg=blue;fg=white> </>
4+
5+
* Install Yarn and run <fg=green>yarn install</>
6+
7+
* Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>
8+
9+
* Start the development server: <fg=green>yarn encore dev-server</fg>

0 commit comments

Comments
 (0)