Skip to content

Commit 44b03ac

Browse files
committed
adding note to assetic cache busting
1 parent ddd56ea commit 44b03ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/configuration/assetic.rst

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ Full Default Configuration
4949
# An array of named filters (e.g. some_filter, some_other_filter)
5050
some_filter: []
5151
workers:
52+
# see https://github.com/symfony/AsseticBundle/pull/119
53+
# Cache can also be busted via the framework.templating.assets_version
54+
# setting - see the "framework" configuration section
5255
cache_busting:
5356
enabled: false
5457
twig:

0 commit comments

Comments
 (0)