13 lines
299 B
YAML
Executable File
13 lines
299 B
YAML
Executable File
framework:
|
|
asset_mapper:
|
|
# The paths to make available to the asset mapper.
|
|
paths:
|
|
- assets/
|
|
missing_import_mode: strict
|
|
public_prefix: "%env(BASE_PREFIX)%/assets"
|
|
|
|
when@prod:
|
|
framework:
|
|
asset_mapper:
|
|
missing_import_mode: warn
|