Skip to content

Commit 4031f68

Browse files
authored
Merge pull request #1203 from weaverryan/relax-stimulus-bundle-recipe
Add "early" StimulusBundle recipe without conflicts to ensure bundle is registered
2 parents c590fda + 11c156d commit 4031f68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"bundles": {
3+
"Symfony\\UX\\StimulusBundle\\StimulusBundle": ["all"]
4+
},
5+
"aliases": ["stimulus", "stimulus-bundle"]
6+
}

symfony/stimulus-bundle/2.9/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"content": " {{ ux_controller_link_tags() }}",
4141
"position": "after_target",
4242
"target": "{% block stylesheets %}",
43-
"warn_if_missing": true
43+
"warn_if_missing": true,
44+
"requires": "symfony/asset-mapper"
4445
}
4546
]
4647
}

0 commit comments

Comments
 (0)