lihaoyi / hands-on-scala-js

Better documentation for Scala.js
142 stars 52 forks source link

Does not compile on windows #55

Open ghost opened 6 years ago

ghost commented 6 years ago

The generated file: _book\target\scala-2.11\srcmanaged\main\scalatex\Index.scala contains paths with backslashes, which are not escaped:

object Index{
  def apply(): Frag = scalatex.twf("C:\Users\ ...

so 152 "invalid escape character" errors are generated.