Skip to content

Commit ddd56ea

Browse files
committed
feature #4449 Added cache_busting to default asset config (GeertDD)
This PR was merged into the 2.5 branch. Discussion ---------- Added cache_busting to default asset config See: symfony/assetic-bundle#119 Commits ------- 733de39 Added cache_busting to default asset config
2 parents f2fd74e + 733de39 commit ddd56ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/configuration/assetic.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Full Default Configuration
4848
4949
# An array of named filters (e.g. some_filter, some_other_filter)
5050
some_filter: []
51+
workers:
52+
cache_busting:
53+
enabled: false
5154
twig:
5255
functions:
5356
# An array of named functions (e.g. some_function, some_other_function)

0 commit comments

Comments
 (0)