Location of the js compilation

Hi all,

I looked at the kotlin-js-hello-master which is perfectly working.

However I don’t understand some part of the configuration. When I open the project, the compilation generates the hello.js in the directory /out/production/hello. Launching the default configuration magically copies that file in the /deploy directory. Where this copy is configurated? I tried without success to reproduce that configuration in another project.

Gaetan,

Please use Artifacts. 1) Project Structure -> Artifacts 2) Add other 3) Output Layput -> Add Copy of -> Module Output

Thanks a lot,