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

Reset file development.services.yml #30

Open
dyaliCode opened this issue Feb 19, 2020 · 1 comment
Open

Reset file development.services.yml #30

dyaliCode opened this issue Feb 19, 2020 · 1 comment

Comments

@dyaliCode
Copy link

After install any module with composer, the file development.services.yml reseted

how we can disabled that ??

@zsuffad
Copy link

zsuffad commented Jul 22, 2021

I'm using this in my composer.json extra section to prevent the README.txt and development.services.yml resets on module installs. (the file-mapping part..)

"extra": {
    ...
    "drupal-scaffold": {
        "locations": {
            "web-root": "web/"
            },
	    "file-mapping": {
                "[web-root]/modules/README.txt": false,
                "[web-root]/profiles/README.txt": false,
                "[web-root]/themes/README.txt": false,
                "[web-root]/sites/README.txt": false,
                "[web-root]/README.md": false,
                "[web-root]/INSTALL.txt": false,
                "[web-root]/sites/development.services.yml": false
            }
        },

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

2 participants