Web AssetsΒΆ
Web assets are things like CSS, JavaScript and image files that make the frontend of your site look and work great.
Best Practice
Store your assets in the assets/
directory at the root of your project.
Your designers' and front-end developers' lives will be much easier if all the application assets are in one central location.
Best Practice
Use Webpack Encore to compile, combine and minimize web assets.