feat: cleanup favicons
This commit is contained in:
+1
-1
@@ -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]'},
|
||||
])
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user