You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 befalse
by default to not break existing functionality.The text was updated successfully, but these errors were encountered: