Title
x

xap4o

02/06/2017, 9:52 AM
Is there tool for continuous compilation of kotlin-js project? Something like Figwheel or Node. I want to reproduce my usual workng cycle for FE: change code in IDE, switch to browser, reload page, see changes
b

bashor

02/06/2017, 12:06 PM
xap4o: IDEA can build project in background, see “Build project automatically” option in Settings > Build.. > Compiler
And gradle has “continuous build"
x

xap4o

02/06/2017, 4:40 PM
Thanks you very much! I'll try that