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 an option to copy task for symlinks #1761

Open
SergeyMaltsev opened this issue Feb 10, 2023 · 0 comments
Open

Add an option to copy task for symlinks #1761

SergeyMaltsev opened this issue Feb 10, 2023 · 0 comments

Comments

@SergeyMaltsev
Copy link

Recent change in Grunt v1.5.0 has broken our build process, since it copies symlinks as symlinks which is not expected.
Changing copied file contents after copy, changes original file because it is a symlink.

So in fact, it is not backward compatible with the introduced change.

Expected: Symlink should be copied as new file as it was in pre v1.5.0 version.

Please add an option to support symlink copying for grunt.copy task, but it should be false by default to not break existing functionality.

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