Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Move the placeholder for assets version in config.yml #891

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ framework:
#serializer: { enable_annotations: true }
templating:
engines: ['twig']
#assets_version: SomeVersionScheme
default_locale: "%locale%"
trusted_hosts: ~
trusted_proxies: ~
Expand All @@ -31,7 +30,7 @@ framework:
save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
fragments: ~
http_method_override: true
assets: ~
assets: ~

# Twig Configuration
twig:
Expand Down