Commit 1403daf
fix: restore Encore-based asset wiring, drop stranded AssetMapper calls
The AssetMapper migration moved to PR #81 but the dashboard and base
template still referenced AssetMapper, causing every admin smoke test
to 500 with "AssetMapper component is not installed".
- DashboardController::configureAssets() goes back to addCssFile('css/admin.css')
- base.html.twig drops the {{ importmap('app') }} block
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7c773f2 commit 1403daf
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments