-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Prevent overwriting grunt config #8910
Prevent overwriting grunt config #8910
Conversation
Hi, @Igloczek. Your issue already solved in Magento. What you need to do:
But, I just find the issue that dev/tools/grunt/configs/local-themes.js and grunt-config.json absent in .gitignore file. Kindly ask you to add these files to .gitignore in current pull request. Thanks. |
Makes sense. I reverted my previous changes and push that one recommended by you. |
@Igloczek Thanks for the quick fix! |
@Igloczek thank you for your contribution |
…24-olga [Support Tier-4 omoyseyenko] 04-29-2024 Regular delivery of bugfixes and improvements
Description
By default Magento stores sample configs as go to config. Any update will overwrite config files added by users.
I simply rename config file to be
*.sample
and add previous one to gitignore, same way aspackage.json
andgruntfile.js
.Fixed Issues
It's a fix for #7196.