scala-js-website
scala-js-website copied to clipboard
Source for https://www.scala-js.org/
This make it more consistent with the other inputs and (in my opinion) works more like I would expect. If I backspace to remove everything in the input, it just...
Scala.js documentation uses [sbt](https://www.scala-sbt.org/) build tool exclusively (e.g., in https://www.scala-js.org/doc/project/); I think other build tools that support Scala.js should be at least mentioned: - [scala-cli](https://scala-cli.virtuslab.org/install/#scala.js) - [Mill](https://mill-build.org/mill/scalalib/web-examples.html#_scala_js_modules) - [Gradle](https://gradle.org) with...
I believe I followed the directions in the tutorial correctly, and vite kept complaining that it couldn't find /javascript.svg . Then I checked out your version from GitHub, and discovered...