0

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?

Max Spring
  • 1,111
  • 2
  • 11
  • 18
  • There's an [interesting thread](https://groups.google.com/forum/?fromgroups#!searchin/scala-js/war|sort:relevance/scala-js/UjtCW-HflQI/C8-ER7bbBwAJ) on the Scala.js Google Group. – Max Spring Mar 21 '17 at 17:05

1 Answers1

1

Scala.js compiled files could be published as static assets, since it is Javascript in the end.

andreaTP
  • 106
  • 1