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
-3
View File
@@ -1,3 +0,0 @@
# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
+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",