Skip to content

Commit

Permalink
[Site] Use AssetMapper for 6.4 for install
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 29, 2023
1 parent 5dce994 commit 7b13c15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ux.symfony.com/templates/main/homepage.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@

<div class="row">
<div class="col-12 col-md-6">
<twig:Terminal>
composer require symfony/webpack-encore-bundle symfony/stimulus-bundle
npm install
npm run watch
<twig:Terminal bottomPadding="145">
composer require symfony/asset-mapper symfony/stimulus-bundle
</twig:Terminal>
</div>

Expand Down

0 comments on commit 7b13c15

Please sign in to comment.