jw
12/19/2019, 9:50 PMjw
12/19/2019, 9:59 PMdistributions {
main {
contents {
from("src/main/resources")
from("$buildDir/distributions/webapp.js")
into("/")
}
}
}
tasks.named("distZip").configure {
dependsOn(tasks.getByName("browserWebpack"))
}
but would love for something like this to be automatician.shaun.thomas
12/19/2019, 10:21 PMjw
12/20/2019, 12:56 AMrun
already need to know where everything is. I guess I'll just file a bug and try to make that argument.bashor
12/20/2019, 1:10 PMIlya Goncharov [JB]
12/20/2019, 1:11 PMresources
as assets? You need hust copy from resources
to final distribution
folder?snrostov
12/21/2019, 10:10 AMSeems unfortunate given that tasks like@Jake This is exactly how we are fixed this in 1.3.70: distribution folder will contain the same things that run task is used. Hopefully, the first eap will be in this year.already need to know where everything is. I guess I'll just file a bug and try to make that argument.run
Gurupad Mamadapur [FH]
09/10/2020, 5:49 PMsnrostov
09/10/2020, 5:50 PMIlya Goncharov [JB]
09/11/2020, 8:03 AMbrowserDistributeResources
and resources will not copy to distributions folder