I want to serve out a Scala.js application from OSGi/Karaf Jetty. It appears to me this could be done by packaging the Scala.js application as a WAR file.
Or is there maybe a better way?
I want to serve out a Scala.js application from OSGi/Karaf Jetty. It appears to me this could be done by packaging the Scala.js application as a WAR file.
Or is there maybe a better way?
Scala.js compiled files could be published as static assets, since it is Javascript in the end.