Skip to content

Commit 4a2b74d

Browse files
committed
minor #1254 [Site] Use AssetMapper for 6.4 for install (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Site] Use AssetMapper for 6.4 for install | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT Waiting for AssetMapper 6.4 release. The only problem now is... the install instructions are so short, the terminal block seems unnecessarily huge... <img width="1212" alt="Screenshot 2023-11-06 at 4 18 47 PM" src="https://github.com/symfony/ux/assets/121003/e29e44d9-caaa-4038-85b2-1120ae593d81"> Commits ------- 7b13c15 [Site] Use AssetMapper for 6.4 for install
2 parents 1f326f0 + 7b13c15 commit 4a2b74d

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)