thana
11/20/2019, 10:29 AMnpm assemble
.
We do this job manuall using the moowork npm plugin. But with 1.3.60 (and possibly already with 1.3.50) this step fails because the "main" modul's js file is packaged into a zip file.
Of course i could go an unzip the file so i have the file agian but that's tedious, of course.
Is there a way to leverage the new plugin's abilitys to assemble the npm package?anton.bannykh
11/21/2019, 9:10 AMIlya Goncharov [JB]
11/21/2019, 9:12 AMbuild/js/packages
What tasks do you use? And what tasks produce zip files?thana
11/21/2019, 9:19 AMproject.tasks["compileKotlinJs"].let { (it as Kotlin2JsCompile).destinationDir }
to get the dependencies of my main module and project.tasks["compileKotlinJs"].outputs)
of my main module to get the js file of itself - that made it work again 🙂