From 7a14c460f66b7ed4b2e21098915ca1ec89cd4b31 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 6 Apr 2017 13:46:09 -0500 Subject: [PATCH] Also allow specifying the services.yml destination. --- docs/properties.md | 1 + tasks/drupal.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/properties.md b/docs/properties.md index 97c2e775..e37fc209 100644 --- a/docs/properties.md +++ b/docs/properties.md @@ -37,6 +37,7 @@ Cool! This phing-ism is what powers our environment-specific property layering a | `build.drupal.settings` | `conf/drupal/settings.php` | Source template for Drupal's `settings.php` file. | | `build.drupal.settings_dest` | `web/sites/default/settings.php` | Destination for the templated settings.php file. | | `build.drupal.services` | `conf/drupal/services.yml` | Source template for Drupal's `services.yml` file. | +| `build.drupal.services_dest` | `web/sites/default/services.yml` | Destination for the templated `services.yml` file. | ### Drupal diff --git a/tasks/drupal.xml b/tasks/drupal.xml index 2fd07c28..74ccc80e 100644 --- a/tasks/drupal.xml +++ b/tasks/drupal.xml @@ -43,6 +43,7 @@ + @@ -157,11 +158,10 @@ - - + - +