Skip to content

Commit e787633

Browse files
committed
Minor tweaks
1 parent 425a3f1 commit e787633

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bundles.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ to be adjusted if needed:
9797

9898
``src/``
9999
Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php``).
100-
101-
``assets/``
102-
Contains javascript, css, images and other assets related to the bundle that are not in ``/public`` (e.g. stimulus controllers)
103100

104101
``config/``
105102
Houses configuration, including routing configuration (e.g. ``routing.yaml``).
@@ -115,6 +112,10 @@ to be adjusted if needed:
115112
linked into the project ``public/`` directory via the ``assets:install`` console
116113
command.
117114

115+
``assets/``
116+
Contains JavaScript, CSS, images and other assets related to the bundle that
117+
are not in ``public/`` (e.g. stimulus controllers)
118+
118119
``tests/``
119120
Holds all tests for the bundle.
120121

0 commit comments

Comments
 (0)