feat: cleanup favicons

This commit is contained in:
Björn Fromme
2026-01-10 11:34:46 +01:00
parent db2e92c058
commit ace251c1dd
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]'},
])
;