-
Notifications
You must be signed in to change notification settings - Fork 9
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
Using Commandline command doesn't tangle drupal #9
Comments
When I print out the map generated by the two, the difference is that one has a full path and the other has a relative path Using
vs Using
|
Ok there were a couple of issues here.
I accidently made the changes to my PHP5.3 patch... so here's that. We will need to make the changes in a 5.4+ way later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not 100% sure if this works by design since it's out of the context of composer running, however, I'm trying to do the following
./vendor/bin/drupal_tangle . www
. This seems to me to be the equivilant to the defaults where are set here. When I do that, I get a www folder filled out with a sites/default folder and the vendor symlink. Do you have any idea why when I run just flat out./vendor/bin/drupal_tangle
that I get a full build vs that?The text was updated successfully, but these errors were encountered: