Reverts #295: this re-establishes the separate Flex recipe

This commit is contained in:
Ryan Weaver
2017-12-11 10:32:20 -05:00
parent 921ee9045a
commit 8f76140fee
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
".env.dist": ".env.dist"
}
}
+1 -2
View File
@@ -5,8 +5,7 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/",
"src/": "%SRC_DIR%/",
".env.dist": ".env.dist"
"src/": "%SRC_DIR%/"
},
"composer-scripts": {
"cache:clear": "symfony-cmd",