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

more extreme linking #1

Open
timoxley opened this issue Jan 29, 2014 · 2 comments
Open

more extreme linking #1

timoxley opened this issue Jan 29, 2014 · 2 comments

Comments

@timoxley
Copy link
Member

consider case of a thing in utils/* depending on a thing in features/* or vice versa.

@hughsk
Copy link
Member

hughsk commented Jan 29, 2014

This works, at least in mangoweb :) mango-view depends on custom-element and xml-node-prefix.

The project ends up looking along these lines:

node_modules
  ajax-data
  credentials
  config
  ...
utils
  ajax-data
  ...
features
  credentials
  config
  ...

So all of the modules will end up looking in that parent node_modules folder after checking their own.

@timoxley
Copy link
Member Author

yep, but I'm thinking optionally link into everything for doing dev on the modules themselves. It's bit aggressive but that's the idea.

Maybe aperture link -R for recursive linky

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

2 participants