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
{{ message }}
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
I've spent a few hours trying buildmanager and subtree out, and got it working after a bit of fiddling.
It took a while to get working because the build.make and buildmanager.config.yml don't work. They refer to an example file which doesn't exist. I can offer you mine.
I wondered while using this why have a yaml config file at all? Surely this could be an extension to drush make. E.g. the pre and post commands could be part of the topmost make file. And subtree could be another option to drush dl, like --gitsubmodule is at the moment, triggered by a notation in the make file.
What is the benefit of pulling the subtrees out of their normal modules or themes directory, and putting them into the projects directory?
Nice to see someone else using subtrees. Thanks for sharing.