Skip to content

Commit 7be0dc6

Browse files
committed
feature #4681 adding note to assetic cache busting (weaverryan)
This PR was merged into the 2.5 branch. Discussion ---------- adding note to assetic cache busting | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.5+ | Fixed tickets | n/a Hi guys! Just a small note after #4449. I don't know anything about this feature, so I thought we'd at least link to the pull request. But I also wanted people to know that there is another way that's more documented. Really, I don't know why we have 2 ways - or is the cache-busting different between these 2? Thanks! Commits ------- 44b03ac adding note to assetic cache busting
2 parents 4fe4f65 + 44b03ac commit 7be0dc6

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)