Flaming Squirrel
New features:
- Interactive configuration target is included with the
build.dist.xml
; runvendor/bin/phing configure
to update build properties for an environment 🔥 - The
drupal-install
target installs using the profile specified with thedrupal.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).