You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Would like to re-organize the file structure to look like this
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?
The text was updated successfully, but these errors were encountered: