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?
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?