Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Consider making buildmanager $config['build']['build_file'] accept an array. #4

Open
bryanhirsch opened this issue May 8, 2014 · 0 comments

Comments

@bryanhirsch
Copy link
Contributor

I'm beginning to think people should be able to do this:

build:
  build_file: build.make

and this:

build:
  build_file:
    - build.make
    - build-dev.make

User story: As a developer, I want to be able to do dev builds that point all the projects I maintain at the tip of the dev branches. Maintaining separate builmanager config files for this is a headache because it's easy for the files to get out of sync. I should be able to provide a list of possible make files, then drush should prompt me to select which I want to use when Build Manager discovers more than one option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant