From 44b03ac961304ac69ee221523c18180b5d407f8a Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 23 Dec 2014 14:30:19 -0500 Subject: [PATCH] adding note to assetic cache busting --- reference/configuration/assetic.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/configuration/assetic.rst b/reference/configuration/assetic.rst index f7e52faf03b..ae9415ea4fe 100644 --- a/reference/configuration/assetic.rst +++ b/reference/configuration/assetic.rst @@ -49,6 +49,9 @@ Full Default Configuration # An array of named filters (e.g. some_filter, some_other_filter) some_filter: [] workers: + # see https://github.com/symfony/AsseticBundle/pull/119 + # Cache can also be busted via the framework.templating.assets_version + # setting - see the "framework" configuration section cache_busting: enabled: false twig: