I have a Scala.js jar, foo_sjs0.6_2.11-0.1-SNAPSHOT.jar, which contains javascript for my web server, and a separated Play project for controlers/views/etc.
Is there any way to compile and load .js files at runtime when I run the Play project, given it has foo_sjs0.6_2.11-0.1-SNAPSHOT.jar as a dependency?
P/S: I'm well aware of Play-Scala.js multi-project settings https://github.com/vmunier/play-with-scalajs-example, and I don't want that.