File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
twig-bundle/3.3/templates
webpack-encore-bundle/1.9 Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" UTF-8" >
5
5
<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 %}
7
11
8
- {% block javascripts %}{% endblock %}
12
+ {% block javascripts %}
13
+ {# {{ encore_entry_script_tags('app') }}#}
14
+ {% endblock %}
9
15
</head >
10
16
<body >
11
17
{% block body %}{% endblock %}
Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments