From ba94907828632e09120072b9cb4ad772e50bf993 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 19 Mar 2017 21:06:43 -0700 Subject: [PATCH] added templates/ dir creation in Twig bundle recipe --- recipes/symfony/twig-bundle/manifest.json | 3 ++- recipes/symfony/twig-bundle/templates/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 recipes/symfony/twig-bundle/templates/.gitkeep diff --git a/recipes/symfony/twig-bundle/manifest.json b/recipes/symfony/twig-bundle/manifest.json index 1c578fee..90a471a1 100644 --- a/recipes/symfony/twig-bundle/manifest.json +++ b/recipes/symfony/twig-bundle/manifest.json @@ -3,6 +3,7 @@ "Symfony\\Bundle\\TwigBundle\\TwigBundle": ["all"] }, "copy-from-recipe": { - "etc/": "%ETC_DIR%/" + "etc/": "%ETC_DIR%/", + "templates/": "templates/" } } diff --git a/recipes/symfony/twig-bundle/templates/.gitkeep b/recipes/symfony/twig-bundle/templates/.gitkeep new file mode 100644 index 00000000..e69de29b