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

Sub-dirs in dump_dirs #652

Open
shaekuronen opened this issue Jul 13, 2015 · 1 comment
Open

Sub-dirs in dump_dirs #652

shaekuronen opened this issue Jul 13, 2015 · 1 comment

Comments

@shaekuronen
Copy link

Would like to re-organize the file structure to look like this

node_modules
src
  bower_components
  scripts
  styles
  views
  data

works fine except doesn't seem like dump_dirs can handle sub-directories. dump_dirs: ['src/views', 'src'] seems like it would work, but doesn't, as far as I can tell.

Is this possible?

@jescalan
Copy link
Owner

Yes, dump_dirs does not support nested directories at the moment. It's possible to add support for this -- are you interested in contributing? It shouldn't be a super tough fix, you can find the place where it's used here

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