diff --git a/pablok/supercache-bundle/0.5/config/packages/prod/supercache.yaml b/pablok/supercache-bundle/0.5/config/packages/prod/supercache.yaml new file mode 100644 index 00000000..2a54100a --- /dev/null +++ b/pablok/supercache-bundle/0.5/config/packages/prod/supercache.yaml @@ -0,0 +1,4 @@ +supercache: + enabled: true + cache_dir: '%kernel.project_dir%/public/webcache' + cache_status_header: false diff --git a/pablok/supercache-bundle/0.5/manifest.json b/pablok/supercache-bundle/0.5/manifest.json new file mode 100644 index 00000000..36f44f55 --- /dev/null +++ b/pablok/supercache-bundle/0.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "PabloK\\SupercacheBundle\\SupercacheBundle": ["prod"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}