Skip to content

Commit 7b13c15

Browse files
committed
[Site] Use AssetMapper for 6.4 for install
1 parent 5dce994 commit 7b13c15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ux.symfony.com/templates/main/homepage.html.twig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131

3232
<div class="row">
3333
<div class="col-12 col-md-6">
34-
<twig:Terminal>
35-
composer require symfony/webpack-encore-bundle symfony/stimulus-bundle
36-
npm install
37-
npm run watch
34+
<twig:Terminal bottomPadding="145">
35+
composer require symfony/asset-mapper symfony/stimulus-bundle
3836
</twig:Terminal>
3937
</div>
4038

0 commit comments

Comments
 (0)