Add new comment

As far as I'm aware, the fact that a composer package is from a git repository doesn't preclude adding a composer/installers type, so you should still be able to do that. As I say, I'm pretty certain I wrote drush m2c to support this, so if you try running your makefile through that then it should do all that for you. If it doesn't then do raise an issue on its github project.

Also, if you use Drush Instance to run all this for you, it builds sites/all/modules and sites/default for you post-make/composer, so you don't need to embed further post-update-cmd in composer.json. It will also rebuild your codebase (its equivalent of an update is a full rebuild, but mostly from caches), preserving your uploads directory, sites/default and any other custom file locations.