First of all, to confirm my assumptions: Tup doesn't track changes across 
with symlinks right? E.g. if mySource is symlinked into the current 
project, its changes won't be picked up?

I have project A, B, both depending on C. When I'm developing C, I'd like 
to see its changes reflected in both A and B. Realistically I'm working 
with npm (node.js) here, so the workflow looks like:

- `npm link` inside C to establish that C can now be linked by other 
projects.
- `npm link C` inside A to link C inside A.
- `npm link C` inside B, same.

If there's an alternative solution to this, that'd be great. But I can't 
seem to find a non-hacky one.

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to