File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -432,16 +432,10 @@ will import all your custom controllers as well as those from ``controllers.json
432432It will also dynamically enable "debug" mode in Stimulus when your application
433433is running in debug mode.
434434
435- Finally, to output any ``autoimport `` CSS files in your ``controllers.json `` file,
436- include the ``ux_controller_link_tags() `` function in your base template:
437-
438- .. code-block :: html+twig
439-
440- {% block stylesheets %}
441- {{ ux_controller_link_tags() }}
435+ .. tip ::
442436
443- <!-- ... -->
444- {% endblock %}
437+ For AssetMapper 6.3 only, you also need a `` {{ ux_controller_link_tags() } ``
438+ in `` base.html.twig ``. This is not needed in AssetMapper 6.4+.
445439
446440How are the Stimulus Controllers Loaded?
447441----------------------------------------
You can’t perform that action at this time.
0 commit comments