You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
framework:
assets:
version_strategy: 'app.asset.versioning.my_strategy'packages:
alternate:
version_strategy: ~ #also tried '' here with the same result
Calls to twig helper asset('path/to/asset.css', 'alternate') are still piped through app.asset.versioning.my_strategy.
I was only able to get the desired behavior by specifying version_strategy: 'assets.empty_version_strategy' for the alternate package.