mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
Merge pull request #1203 from weaverryan/relax-stimulus-bundle-recipe
Add "early" StimulusBundle recipe without conflicts to ensure bundle is registered
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\UX\\StimulusBundle\\StimulusBundle": ["all"]
|
||||
},
|
||||
"aliases": ["stimulus", "stimulus-bundle"]
|
||||
}
|
||||
@@ -40,7 +40,8 @@
|
||||
"content": " {{ ux_controller_link_tags() }}",
|
||||
"position": "after_target",
|
||||
"target": "{% block stylesheets %}",
|
||||
"warn_if_missing": true
|
||||
"warn_if_missing": true,
|
||||
"requires": "symfony/asset-mapper"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user