diff --git a/pablok/supercache-bundle/0.5/config/packages/dev/supercache.yaml b/pablok/supercache-bundle/0.5/config/packages/dev/supercache.yaml new file mode 100644 index 00000000..f37de9be --- /dev/null +++ b/pablok/supercache-bundle/0.5/config/packages/dev/supercache.yaml @@ -0,0 +1,2 @@ +supercache: + enabled: false diff --git a/pablok/supercache-bundle/0.5/config/packages/supercache.yaml b/pablok/supercache-bundle/0.5/config/packages/supercache.yaml new file mode 100644 index 00000000..2a54100a --- /dev/null +++ b/pablok/supercache-bundle/0.5/config/packages/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..e4387b64 --- /dev/null +++ b/pablok/supercache-bundle/0.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "PabloK\\SupercacheBundle\\SupercacheBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}