You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like it would be pretty easy to auto-discover sites in the sites directory and build this array automatically, making for an easier and less error-prone setup process.
The text was updated successfully, but these errors were encountered:
* Auto-populate multisite.name if not provided by user.
* Add testing for multisite properties.
* Return an empty string if property doesn't exist.
* Update expected multisite.name value, and make configurable.
Currently, multisite projects must manually override the
multisite.name
array to add the name of each multisite: https://github.com/acquia/blt/blob/8.x/phing/build.yml#L87It seems like it would be pretty easy to auto-discover sites in the
sites
directory and build this array automatically, making for an easier and less error-prone setup process.The text was updated successfully, but these errors were encountered: