-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle edge cases #22
Comments
I'm not sure that the 1 and 3 are valuable. \1. It seems like just as much work to specify which modules to ignore as it would be to simply remove them from composer.json after the fact. I'll look at solutions to 2 and 4. |
\2. describes our situation migrating a bunch of sites to a composer based workflow. This comes about because sites have traditionally used Composer also does this so some modules have been installed with composer, some with drush and some manually. |
Can 2. also apply to themes? |
Because point 2 may be quite a common scenario compared to other other paths, I've made the following changes to my local
|
Sorry for the noise. It's not as simple as the above as module updates will be put into |
We could just make it move all of the modules in |
That would be a good outcome and effectively what I did. Composer put all the updates in |
\3. was addressed by #26 |
modules/contrib
modules
andmodules/contrib
.template.gitignore
. Add option--gitignore=my.gitignore
.--no-gitignore
option.The text was updated successfully, but these errors were encountered: