Skip to content
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

Add ability to specify a location for includes #78

Open
rodrigoaguilera opened this issue May 16, 2018 · 0 comments
Open

Add ability to specify a location for includes #78

rodrigoaguilera opened this issue May 16, 2018 · 0 comments

Comments

@rodrigoaguilera
Copy link

Currently I have this configuration:

"drupal-scaffold": {
            "initial": {
                ".editorconfig": "../.editorconfig",
                ".gitattributes": "../.gitattributes"
            },
...
        },

And it works great except for the little thing about the "initial" files still living in the repo under /web. What I really wanted to do is moving them.

I think this can be solved with two different ways

  • The "include" config allows a keyed array (I do not know the name in JSON) with source and destination and treating those entries with only a value as usual

  • Add an "move" config that also places the scaffolded files to a different location.

Related issues:
#54
drupal-composer/drupal-project#220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant