16. 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.

16.1. Compiling Sources

If you made some modifications in the sources, you can generate the public ones with the following command:

npx encore production