Skip to content

Flaming Squirrel

Compare
Choose a tag to compare
@becw becw released this 21 Mar 20:27

New features:

  • Interactive configuration target is included with the build.dist.xml; run vendor/bin/phing configure to update build properties for an environment 🔥
  • The drupal-install target installs using the profile specified with the drupal.profile property
  • The drushrc.php file is configured on a per-environment basis (e.g., conf/drushrc.vagrant.php) 🔥

Bug fixes:

  • The full path to the Drupal root is specified in the drushrc, so that drush can be run from anywhere within the repository 🔥

Items marked with 🔥 will only affect existing projects if you reinstall the-build with vendor/bin/phing -f vendor/palantirnet/the-build/tasks/install.xml. This will overwrite your existing build.xml and conf/build.default.properties files, and it will add a new conf/drushrc.default.php file that should replace your existing conf/drushrc.php (which you may remove).