Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 560 Bytes

File metadata and controls

17 lines (11 loc) · 560 Bytes
description Manage your theme's assets, such as css, javascripts, images, ...

Chapter 4. Asset Management

When creating a new theme, any assets (css, javascript, images, ...) must be set into the assets directory of your theme.
However you need to install this assets inside the public directory to allow Symfony to be able to access them.

Installation

You can use the theme:assets:install command to install theme web assets under a public directory as shown bellow:

php bin/console theme:assets:install --symlink