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
commit a7dd86939f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
object Controller {
}

View File

@ -0,0 +1,3 @@
enablePlugins(PlayScala)
watchOnIteration := { (_, _, _) => Watch.CancelWatch }

View File

@ -0,0 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")

View File

@ -0,0 +1 @@
> ~compile