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

Include files from ancestor directories #49

Open
StevePotter opened this issue Aug 6, 2018 · 1 comment
Open

Include files from ancestor directories #49

StevePotter opened this issue Aug 6, 2018 · 1 comment

Comments

@StevePotter
Copy link

I have a situation where I'd like to generate a file deep within a directory tree that searches the parent, grandparent, etc directories.

like:

a/
  b1/
  b2/
  b3/
    c1/
       all_from_b123.js

I tried to achieve this with something like metagen assets/javascripts/dashboard_2 commonJS a/b3/c1/app_from_b123.js --filter="../../examples.js" but it didn't work. I tried various combinations of the command. Is this something the tool supports? Thank you!

@ORESoftware
Copy link

bump

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