Closed PuneetPatwari closed 5 years ago
Thanks for the detailed report. Indeed, the sub-directories should be copied. I think the limitation you’re hitting lies in this line:
The allSubpaths
method includes directories in its result, the solution would be to filter them out.
Would you be interested in contributing a fix for this? (or maybe @ant8e?)
Hi. Yes I figured the same source as the problem. I will try to do something by tomorrow.
Using
0.15.0-0.6
, I am trying to make use of the keyjsSourceDirectories
. I have the following hierarchy of some resource filesIf I set the
jsSourceDirectories
to point to the rootresources
directory I get the following exceptionSource file 'resources/types' is a directory
. However, the functionality should have been recursive and resolve all the files or the sub-directories can be copied as is. Is this a bug?