-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
TLDR: Add support for patches in the build file.
I'm mainly a Drupal developer and hence is used to Drush and install.make / install.make.yaml. I like being able to just commit the make file instead of all the files being part of Drupal and it's contributed modules. Basically, I just commit custom code to Git. The reason I'm able to do this, is that you can include patches in the make file.
PS! I know that the creators of this package know Drush very well so the long explanation is for other people reading the issue.