-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a task to remove app_dev.php #7
Comments
I completely missed this issue ^^ I did a simple reverse removal according to the defined symfony environment : a94a3d4 |
So cool ! |
An option should be used to disable this feature for debuging purpose. |
Capifony use an option named |
It should be a great choice. I'll add this ASAP. |
I have some specific app_xxx.php I do want to deploy. Is there any way to override it? Something like: set :controllers_to_clear, ["app_dev.php", "app_test.php"] |
I think that app_dev.php have to be removed from production or foo-environment,
So, I propose to create a new task, and this task can be added by user only after some specific hook.
@borisguery, what do you think ?
Thomas.
The text was updated successfully, but these errors were encountered: