12 lines
248 B
YAML
12 lines
248 B
YAML
|
framework:
|
||
|
asset_mapper:
|
||
|
# The paths to make available to the asset mapper.
|
||
|
paths:
|
||
|
- assets/
|
||
|
missing_import_mode: strict
|
||
|
|
||
|
when@prod:
|
||
|
framework:
|
||
|
asset_mapper:
|
||
|
missing_import_mode: warn
|