kobalt
kobalt copied to clipboard
Build kotlin2js
Project: https://github.com/Kotlin/kotlinx.html
seems that @pabl0rg has already worked on a Kobalt build: https://github.com/pabl0rg/kotlinx.html/commits/build.with.kobalt
yeah i did briefly. The JB folks know and love maven, that may be why -- if i remember correctly -- cy6erGn0m seemed more puzzled than pleased with the PR
Well, the build is jvm-only there?
Yeah, that too ;-)
Took a quick look, this build uses the frontend-maven-plugin which lets you install and manage various Javascript package managers and build tools (npm, grunt, etc...).
Not very hard to implement, we can probably get away with just creating a Kobalt npm plug-in to start with.