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 hardLink option to grunt-contrib-copy #146

Closed
xsellier opened this issue Mar 7, 2014 · 1 comment
Closed

Add hardLink option to grunt-contrib-copy #146

xsellier opened this issue Mar 7, 2014 · 1 comment

Comments

@xsellier
Copy link

xsellier commented Mar 7, 2014

I have a build process with grunt that copies a bunch of files (and does some other work). We truly need to preserve hard links.

The idea behind a hardLink option would be hard-link-if-you-can, and on platforms without that option it would do a copy, or copy when a hard link isn't possible (e.g., across devices).

@oitofelix
Copy link

I just published grunt-contrib-hardlink (initially forked from grunt-contrib-symlink) which solves the problem of a recursive hard-linking grunt task.

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