Skip to content

Commit

Permalink
feature #4449 Added cache_busting to default asset config (GeertDD)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Dec 23, 2014
2 parents f2fd74e + 733de39 commit ddd56ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/configuration/assetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Full Default Configuration
# An array of named filters (e.g. some_filter, some_other_filter)
some_filter: []
workers:
cache_busting:
enabled: false
twig:
functions:
# An array of named functions (e.g. some_function, some_other_function)
Expand Down

0 comments on commit ddd56ea

Please sign in to comment.