The bundle will register a path like this
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
It would be nice to be able to use this in the copyFiles()
, like so
Encore.
.copyFiles({
from: '@symfony/ux-turbo/css',
to: 'css/[path][name].[hash:8].[ext]',
});