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

Processing a tree of directories will only output files for the deepest one #532

Closed
kawazoe opened this issue Mar 4, 2016 · 1 comment
Closed

Comments

@kawazoe
Copy link

kawazoe commented Mar 4, 2016

When using the --intput-dir and --output-dir parameters to minify a complex folder structure, it stops processing after the deepest folder. For instance, the following structure will only generate the two files in the 'Bar' folder.

  • Root/
    • a.html
    • Foo/
      • b.html
      • Bar/
        • c.html
        • d.html
@alexlamsl
Copy link
Collaborator

Thanks - I'll get a PR ready...

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