Closed ghost closed 5 years ago
Made a PR that makes the 'core' part of make files optional: https://github.com/backdrop-contrib/drush/pull/186
If 'core' is left out, or set to false
, then the 'build path' parameter must be an existing Backdrop installation for the rest of the make file to work.
Could maybe do with some polish, but should be enough to get started.
Thanks @BWPanda merged into 1.x-1.x
will ship w/ 1.x-1.1.0
As per https://github.com/backdrop-contrib/drush/issues/130#issuecomment-359305446, I'd like
bmake
to support installing modules, themes, etc. into an existing Backdrop installation. This means not installing Backdrop core (either via a command-line argument, or a setting in the make file itself).From the original post: