8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604e4b7 commit 4ac8ca6Copy full SHA for 4ac8ca6
setup/flex.rst
@@ -234,8 +234,8 @@ manual steps:
234
#. Move the public assets, such as images or compiled CSS/JS files, from
235
``src/AppBundle/Resources/public/`` to ``public/`` (e.g. ``public/images/``).
236
237
- Move the source of the assets (e.g. the SCSS files) to ``assets/`` and use
238
- :doc:`Webpack Encore </frontend>` to manage and compile them.
+#. Move the source of the assets (e.g. the SCSS files) to ``assets/`` and use
+ :doc:`Webpack Encore </frontend>` to manage and compile them.
239
240
#. Create the new ``public/index.php`` front controller
241
`copying Symfony's index.php source`_ and, if you made any customization in
0 commit comments