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 Apr 30, 2019. It is now read-only.
The new tsd link command (which sounds rather nice by the way) seems to scan installed dependencies looking for package.json and bower.json files. My issue with this is that my project's .bowerrc defines a directory:
{
"directory": "library"
}
I know this is not a common situtation, but with the currently hard-coded folders I have to create a symlink just to be able to run the link command...
The text was updated successfully, but these errors were encountered:
Hey. This is a good point! I'm not much of a bower user myself so I wasn't aware we could change the directory through .bowerrc but it totally makes sense.
I think it should be easy to add some logic to resolve the bower folder from the rc files, I'll have a look at it next time I touch the code.
Hello,
The new
tsd link
command (which sounds rather nice by the way) seems to scan installed dependencies looking for package.json and bower.json files. My issue with this is that my project's .bowerrc defines a directory:I know this is not a common situtation, but with the currently hard-coded folders I have to create a symlink just to be able to run the link command...
The text was updated successfully, but these errors were encountered: