We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c636b07 commit 192fbcfCopy full SHA for 192fbcf
README.md
@@ -51,7 +51,7 @@ Here is the workaround:
51
framework:
52
assets:
53
version: dummy # set a dummy version so that the package does not use the empty version
54
-
+
55
services:
56
assets._version__default:
57
alias: incenteev_hashed_asset.strategy
@@ -72,7 +72,7 @@ incenteev_hashed_asset:
72
# Format used to apply the version. This is equivalent to the
73
# `framework > assets > version_format` of the static version strategy
74
# of FrameworkBundle.
75
- version_format: '%%s.%%s'
+ version_format: '%%s?%%s'
76
```
77
78
## License
0 commit comments