kobalt icon indicating copy to clipboard operation
kobalt copied to clipboard

Build kotlin2js

Open cbeust opened this issue 9 years ago • 5 comments
trafficstars

Project: https://github.com/Kotlin/kotlinx.html

cbeust avatar Aug 03 '16 16:08 cbeust

seems that @pabl0rg has already worked on a Kobalt build: https://github.com/pabl0rg/kotlinx.html/commits/build.with.kobalt

DevCharly avatar Aug 03 '16 18:08 DevCharly

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

pabl0rg avatar Aug 03 '16 18:08 pabl0rg

Well, the build is jvm-only there?

orangy avatar Aug 04 '16 00:08 orangy

Yeah, that too ;-)

pabl0rg avatar Aug 04 '16 06:08 pabl0rg

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.

cbeust avatar Aug 11 '16 21:08 cbeust