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 option.installWithSymlinks to toggle symlink usage #174

Merged
merged 2 commits into from
Sep 14, 2017

Conversation

stefanpenner
Copy link
Member

@stefanpenner stefanpenner commented Sep 1, 2017

If enabled, the default assest.install will use symlinks rather then copying.

What this gives us:

  • faster then copying (for those OK with symlinks)
  • "best effort last write wins" makes this as concurrent asset.installs of overlapping files as safe as it can be.

TODO:

  • tests (make all asset.install related tests run both with and without symlinks)
  • update readme ?

If enabled, the default assest.install will use symlinks rather then copying.
@stefanpenner stefanpenner changed the title Add option.symlinks to toggle symlink usage Add option.installWithSymlinks to toggle symlink usage Sep 13, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants