Skip to content

Commit 425a3f1

Browse files
committed
minor #16829 Add assets to the documentation (tacman)
This PR was squashed before being merged into the 6.1 branch. Discussion ---------- Add assets to the documentation 'assets' used to be in the /Resources folder, but seems like it should be at the root now, like config and views/templates. I'm guessing that if package.json is in right place, then flex will register the stimulus controller, although I haven't been able to do that yet: symfony/flex#919 Commits ------- 32ff705 Add assets to the documentation
2 parents 2488dcb + 32ff705 commit 425a3f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bundles.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ to be adjusted if needed:
9898
``src/``
9999
Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php``).
100100

101+
``assets/``
102+
Contains javascript, css, images and other assets related to the bundle that are not in ``/public`` (e.g. stimulus controllers)
103+
101104
``config/``
102105
Houses configuration, including routing configuration (e.g. ``routing.yaml``).
103106

0 commit comments

Comments
 (0)