-
Notifications
You must be signed in to change notification settings - Fork 194
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
Preserve File Timestamps #98
Comments
+1 on this. This allows to push only modified files to production. |
Any ETA on this one? I'd love this feature too. |
+1 |
+1 indeed |
+1 |
I also want this functionality, but.. grunt-contrib-copy uses the grunt.file library for file copying (and thus creation). In turn, the grunt.file library uses the NodeJS filesystem library There doesn't seem to be any options or support for maintaining/altering the creation date on that level. I created an issue in the NodeJS repo: nodejs/node-v0.x-archive#8252 |
Looks like a dead-end: nodejs/node-v0.x-archive#8252 |
Fixed by 1e3607d |
For anyone interested in preserving creation timestamps on Windows and Mac, you can now use https://github.com/ronomon/utimes to set the btime. |
I would like to see the feature to keep creation and modification dates of copied files.
The text was updated successfully, but these errors were encountered: