@@ -65,6 +65,9 @@ Inside, use Encore to help generate your Webpack configuration.
6565 This is already a rich setup: it outputs 2 files, uses the Sass pre-processor and
6666enables source maps to help debugging.
6767
68+ Actually, to use ``enableSassLoader() ``, you'll need to install a few
69+ more packages. But Encore will tell you *exactly * what you need after running it.
70+
6871.. _encore-build-assets :
6972
7073To build the assets, use the ``encore `` executable:
@@ -89,9 +92,6 @@ To build the assets, use the ``encore`` executable:
8992
9093 Re-run ``encore `` each time you update your ``webpack.config.js `` file.
9194
92- Actually, to use ``enableSassLoader() ``, you'll need to install a few
93- more packages. But Encore will tell you *exactly * what you need.
94-
9595After running one of these commands, you can now add ``script `` and ``link `` tags
9696to the new, compiled assets (e.g. ``/build/app.css `` and ``/build/app.js ``).
9797In Symfony, use the ``asset() `` helper: