drupal-tangler icon indicating copy to clipboard operation
drupal-tangler copied to clipboard

Results 7 drupal-tangler issues
Sort by recently updated
recently updated
newest added

Unclear what this is supposed to be doing-- of course what it's actually doing is assignment instead of a comparator. Correcting comparator syntax doesn't 'fix' it, but throws an undefined...

It's not specifically implied that Tangler won't work with a windows machine. ``` [UnexpectedValueException] RecursiveDirectoryIterator::__construct(../../../../../vendor/drupal/admin_menu,../../../.. /../vendor/drupal/admin_menu): The system cannot find the path specified. (code: 3) ``` With that said, PHP...

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...

Is there a way to specify the web directory in `composer.json` rather than having it always be `www` ? Thanks!

This pull request removes the assumption that all `drupal-`types are handled by the script. This fixes #4.

It would be nice if the script didn't copy Drupal at all, but instead relied on [Composer Custom Type Installer](https://github.com/davidbarratt/custom-installer) (or something like it) to put Drupal core in the...

I receive this error when attempting to execute the command. I believe it is because one of my [packages](https://github.com/davidbarratt/davidwbarratt) is of type `drupal-site`.