We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
consider case of a thing in utils/* depending on a thing in features/* or vice versa.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
aperture link -R
No branches or pull requests
consider case of a thing in utils/* depending on a thing in features/* or vice versa.
The text was updated successfully, but these errors were encountered: