I use KotlinJS with Maven. JS-files packaged in wa...
# javascript
t
I use KotlinJS with Maven. JS-files packaged in war-file. Is there any possibility to organize automatic recompilation and debugging when war is running (via war:run-war or jetty:run)? Such behaviour realized for GWT configuration - https://www.jetbrains.com/help/idea/run-debug-configuration-gwt.html. Test project - https://github.com/turansky/kotlinjs-hot-run
b
What do you use to run it? IDEA or maven? AFAIK in IDEA auto-build doesn’t work when something is running.
t
I want to use IDEA
I don't see IDEA configuration for described case.
Only Kotlin (JVM) configuration available for project.
@bashor which IDEA configuration you use for such case?
Is it available for Maven projects?
b
AFAIK in IDEA auto-build doesn’t work when something is running.
Please create an issue/feature request and describe your case there.