Activate bundle only in prod env.

This commit is contained in:
pkowalczyk
2018-05-20 08:30:40 +02:00
parent 16b181598a
commit 0e4dc94d36
3 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
supercache:
enabled: false

View File

@@ -1,6 +1,6 @@
{
"bundles": {
"PabloK\\SupercacheBundle\\SupercacheBundle": ["all"]
"PabloK\\SupercacheBundle\\SupercacheBundle": ["prod"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"