Skip to content

Commit 7c17675

Browse files
authored
BAP-21664: Move routes assets generation to the runtime processes (#33804)
- moved fos:js-routing:dump command run from oro:assets:install to oro:install and oro:platform:update commands.
1 parent 304a762 commit 7c17675

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bundles/platform/AssetBundle/commands.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The ``--verbose`` option can be used to show expanded output information about f
121121
oro:assets:install
122122
------------------
123123

124-
The ``oro:assets:install`` command installs and builds assets, dumps JavaScript routes, JavaScript translations, etc.
124+
The ``oro:assets:install`` command installs and builds assets.
125125

126126
.. code-block:: none
127127
@@ -141,10 +141,6 @@ The ``--relative-symlink`` option tells the asset installer to create symlinks w
141141
142142
You may run individual steps if necessary as follows:
143143

144-
.. code-block:: none
145-
146-
php bin/console fos:js-routing:dump
147-
148144
.. code-block:: none
149145
150146
php bin/console oro:localization:dump

0 commit comments

Comments
 (0)