Animesh Sahu
01/30/2021, 12:37 PM<root_dir>/build/js
where the resources are not copied, is it intended behavior??turansky
01/30/2021, 12:59 PMAnimesh Sahu
01/30/2021, 12:59 PMturansky
01/30/2021, 12:59 PMsrc/main/resources
dir?Animesh Sahu
01/30/2021, 1:00 PMsrc/jsMain/resources
or one I actually defined manually as you can see in the top most post/messageAnimesh Sahu
01/30/2021, 1:02 PMsourceSets.getByName("jsMain").resources.srcDir("some custom path")
<< This gets picked up in the Jar output in build/libs/project-<version>-js.jar
. This doesn't seem to work when it runs from gradle, as it runs from the build/js
directory where there doesn't seem to be any resources copied.Animesh Sahu
01/30/2021, 1:02 PMturansky
01/30/2021, 1:06 PMturansky
01/30/2021, 1:07 PMAnimesh Sahu
01/30/2021, 1:07 PMAnimesh Sahu
01/30/2021, 1:09 PMturansky
01/30/2021, 1:18 PMAnimesh Sahu
01/30/2021, 1:28 PM