hands-on-scala-js icon indicating copy to clipboard operation
hands-on-scala-js copied to clipboard

Does not compile on windows

Open ghost opened this issue 8 years ago • 0 comments

The generated file: book\target\scala-2.11\src_managed\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.

ghost avatar Oct 28 '17 14:10 ghost