added templates/ dir creation in Twig bundle recipe

This commit is contained in:
Fabien Potencier
2017-03-19 21:11:08 -07:00
parent 3b1729b408
commit ba94907828
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"Symfony\\Bundle\\TwigBundle\\TwigBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
"etc/": "%ETC_DIR%/",
"templates/": "templates/"
}
}