From 3ea6741c4c0829f841446f1e26a8b886e124ed76 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 25 May 2020 13:57:46 +0300 Subject: [PATCH 1/2] public directory can be changed in project --- liip/imagine-bundle/1.8/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liip/imagine-bundle/1.8/manifest.json b/liip/imagine-bundle/1.8/manifest.json index e5757aba..50f30f68 100644 --- a/liip/imagine-bundle/1.8/manifest.json +++ b/liip/imagine-bundle/1.8/manifest.json @@ -6,6 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "gitignore": [ - "/public/media/cache/" + "/%PUBLIC_DIR%/media/cache/" ] } From 29f3d01d35b55283b8ab99f3a33c9419423afe82 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 25 May 2020 14:00:55 +0300 Subject: [PATCH 2/2] add PUBLIC_DIR option --- liip/imagine-bundle/1.8/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liip/imagine-bundle/1.8/manifest.json b/liip/imagine-bundle/1.8/manifest.json index 50f30f68..4d51d91a 100644 --- a/liip/imagine-bundle/1.8/manifest.json +++ b/liip/imagine-bundle/1.8/manifest.json @@ -3,7 +3,8 @@ "Liip\\ImagineBundle\\LiipImagineBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" }, "gitignore": [ "/%PUBLIC_DIR%/media/cache/"