diff --git a/composer.json b/composer.json index 3f025514..4c2bb60a 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "drupal/coder": "^8.3.6", "drush/drush": ">=9", "mglaman/drupal-check": "^1.2", - "palantirnet/phing-drush-task": "^1.1", + "palantirnet/phing-drush-task": ">=1.1", "pear/http_request2": "^2.3", "pear/versioncontrol_git": "@dev", - "phing/phing": "^2.14", + "phing/phing": "^3.0", "phpmd/phpmd": "^2.13", "phpspec/prophecy-phpunit": "^2" }, @@ -40,9 +40,6 @@ }, "extra": { "patches": { - "phing/phing": { - "Support relative symliks in Phing": "https://raw.githubusercontent.com/palantirnet/the-build/7cdc28b6019fb88a0604261366f9ea35f1e21d96/patches/phing-relative-symlinks.patch" - } } } } diff --git a/defaults.yml b/defaults.yml index b3eafb9a..4bab8687 100644 --- a/defaults.yml +++ b/defaults.yml @@ -295,7 +295,8 @@ styleguide: # Location of the style guide, relative to the project root. root: 'styleguide' # Command to compile the style guide assets, for use during the build and artifact steps. - command: 'yarn default' + command: 'yarn' + command_args: 'default' # Configuration for linting custom javascript. # diff --git a/defaults/install/build.xml b/defaults/install/build.xml index cdb6ca2c..8376056f 100644 --- a/defaults/install/build.xml +++ b/defaults/install/build.xml @@ -105,7 +105,9 @@ - + + + @@ -118,11 +120,13 @@ - + - + + + @@ -131,7 +135,9 @@ - + + + @@ -142,14 +148,16 @@ - + - + + + @@ -157,13 +165,13 @@ - + - + @@ -177,7 +185,9 @@ @@ -202,7 +240,9 @@ @@ -191,7 +199,9 @@ Or, you can specify the export file directly: - + + + @@ -396,7 +406,9 @@ $sites['${_multisite.sites_php_domain}'] = '${_multisite.dir}'; - + + + diff --git a/targets/install.xml b/targets/install.xml index 649e919d..32468cd3 100644 --- a/targets/install.xml +++ b/targets/install.xml @@ -158,8 +158,12 @@ - - + + + + + + @@ -173,7 +177,9 @@ - + + + diff --git a/targets/styleguide.xml b/targets/styleguide.xml index 8f278c9f..8b456637 100644 --- a/targets/styleguide.xml +++ b/targets/styleguide.xml @@ -80,8 +80,10 @@ Install and build the style guide. --> @@ -98,7 +100,9 @@ - + + + @@ -112,7 +116,9 @@ - + + + diff --git a/targets/the-build.xml b/targets/the-build.xml index 0740cbcd..b86aebe8 100644 --- a/targets/the-build.xml +++ b/targets/the-build.xml @@ -92,7 +92,9 @@ - + + + @@ -106,8 +108,12 @@ - - + + + + + +