Enable versioning of assets in production
This commit is contained in:
parent
052f4dd521
commit
d192b04aef
4 changed files with 84 additions and 9 deletions
|
@ -11,7 +11,17 @@ sculpin_content_types:
|
|||
permalink: talks/:basename/
|
||||
taxonomies: [tags]
|
||||
|
||||
parameters:
|
||||
asset.manifest_dir: '%sculpin.source_dir%'
|
||||
|
||||
services:
|
||||
App\Asset\TwigExtension\EncoreExtension:
|
||||
autowire: true
|
||||
arguments:
|
||||
$manifestDir: '%asset.manifest_dir%'
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
||||
App\Talk\TwigExtension\TalksExtension:
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue