Merge pull request #4971 from eatkins/play-watch-scripted

Play watch scripted
This commit is contained in:
eugene yokota
2019-08-29 16:22:58 -04:00
committed by GitHub
4 changed files with 7 additions and 0 deletions
@@ -0,0 +1,2 @@
object Controller {
}
@@ -0,0 +1,3 @@
enablePlugins(PlayScala)
watchOnIteration := { (_, _, _) => Watch.CancelWatch }
@@ -0,0 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
+1
View File
@@ -0,0 +1 @@
> ~compile