diff --git a/liip/imagine-bundle/1.8/manifest.json b/liip/imagine-bundle/1.8/manifest.json index e5757aba..4d51d91a 100644 --- a/liip/imagine-bundle/1.8/manifest.json +++ b/liip/imagine-bundle/1.8/manifest.json @@ -3,9 +3,10 @@ "Liip\\ImagineBundle\\LiipImagineBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" }, "gitignore": [ - "/public/media/cache/" + "/%PUBLIC_DIR%/media/cache/" ] }