feat: cleanup favicons

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent 9b88a2c14d
commit c7702b0c37
13 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,6 @@ Encore
// enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)
.enableStimulusBridge('./assets/controllers.json')
.enableStimulusBridge('./assets/controllers.json')
.enableSingleRuntimeChunk()
.cleanupOutputBeforeBuild()
.enableSourceMaps(!Encore.isProduction())
@@ -24,6 +23,7 @@ Encore
.enablePostCssLoader()
.copyFiles([
{from: './assets/images', to: 'images/[path][name].[hash:8].[ext]'},
{from: './assets/favicon', to: 'favicon/[path][name].[hash:8].[ext]'},
])
;