scalajs-spa-tutorial
scalajs-spa-tutorial copied to clipboard
upgrades: sbt 1.1.1, sjs 0.6.22, and more
this tutorial is awesome, thanks!
I'm new to Play and some of the libraries here so some of this is dumb pattern-matching (InjectedController
) that may not be the right way to do things.
I also disabled CSRF checking because it was 403'ing all requests; it will probably be good to fix that before merging.
Moving the Settings.scala
into build.sbt
to be idiomatic SBT 1.x style is a possible addition as well.