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

Follow links on disk when uploading node_modules #205

Open
pulkitsinghal opened this issue Jan 21, 2015 · 0 comments
Open

Follow links on disk when uploading node_modules #205

pulkitsinghal opened this issue Jan 21, 2015 · 0 comments

Comments

@pulkitsinghal
Copy link

I use several nodejs submodules that are under active development as the dependencies for my iron worker.

node_modules
│   ├── request
│   ├── my-mod -> ../../../../.nvm/v0.10.33/lib/node_modules/my-mod
│   └── xmlreader

I accomplish active development by using the npm link command instead of npm install for putting some of the dependencies under the node_modules folder. But I noticed that specifying dir 'node_modules' does not upload any of the sub-directories under node_modules that happen to be sym/soft linked by the npm link command.

Please add the ability to tell the iron worker upload process to follow and upload links in the filesystem too.

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

1 participant