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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Checking in symlinks seems like a potentially tricky thing.
First, tools need to make sure they understand symlinks. Tedium already has to be updated.
Second, I've heard of problems with checking out symlinks on Windows I'm not sure if they're still problematic, but it'd be nice to confirm that the symlinks work on windows.
Third, the symlink will be invalid when this package is Bower installed, because there won't be a ./bower_components directory.
Are there viable alternate approaches to symlinks?
The text was updated successfully, but these errors were encountered:
I mean, it's a one-line file. The symlink representation in Github is almost as long as the file itself. Is it critical? No. But it's kind of nice not to have to replicate this file everywhere and update n versions if a change is needed. And yes, the location of the file matters.
If we get enough users claiming this won't work for them, let's go ahead and change it. Until then, this is the simplest solution to the problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Checking in symlinks seems like a potentially tricky thing.
First, tools need to make sure they understand symlinks. Tedium already has to be updated.
Second, I've heard of problems with checking out symlinks on Windows I'm not sure if they're still problematic, but it'd be nice to confirm that the symlinks work on windows.
Third, the symlink will be invalid when this package is Bower installed, because there won't be a
./bower_components
directory.Are there viable alternate approaches to symlinks?
The text was updated successfully, but these errors were encountered: