mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"bundles": {
|
|
"Liip\\ImagineBundle\\LiipImagineBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"public/": "%PUBLIC_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/%PUBLIC_DIR%/media/cache/"
|
|
]
|
|
}
|