Assets ====== Assets are managed with Webpack which require NPM. * stylesheets are generated from .scss files located in ``assets/scss`` * javascripts are generated from files located in ``assets/js`` .. warning:: Do not edit directly files located in the ``src/Resources/public`` folder, if you want to contribute, you should edit files in the ``assets`` folder. Compiling Sources ----------------- If you made some modifications in the sources, you can generate the public ones with the following command: .. code-block:: bash npx encore production