From 4ac8ca655b37b7fa1275a1a82a06baca99e4c0f5 Mon Sep 17 00:00:00 2001 From: Arthur Hazebroucq Date: Wed, 3 Jan 2018 17:55:44 +0100 Subject: [PATCH] Fixed Flex doc (ordered list break) A typo was breaking the ordered list in the *Upgrading Existing Applications to Flex*. --- setup/flex.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/flex.rst b/setup/flex.rst index e22eab22613..a719d5569f9 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -234,8 +234,8 @@ manual steps: #. Move the public assets, such as images or compiled CSS/JS files, from ``src/AppBundle/Resources/public/`` to ``public/`` (e.g. ``public/images/``). - Move the source of the assets (e.g. the SCSS files) to ``assets/`` and use - :doc:`Webpack Encore ` to manage and compile them. +#. Move the source of the assets (e.g. the SCSS files) to ``assets/`` and use + :doc:`Webpack Encore ` to manage and compile them. #. Create the new ``public/index.php`` front controller `copying Symfony's index.php source`_ and, if you made any customization in