Interesting! Maybe it can learn from Scala on Android:
For Android development, install Scala runtime into rooted phone, so you don't need to "minify" your code (faster roundtrip). For Scala.js, maybe use Chrome Extension?
For production, ProGuard (removes unused code in Scala) and Closure Compiler (optimizes JS).
For Android development, install Scala runtime into rooted phone, so you don't need to "minify" your code (faster roundtrip). For Scala.js, maybe use Chrome Extension?
For production, ProGuard (removes unused code in Scala) and Closure Compiler (optimizes JS).