mirror of https://github.com/sbt/sbt.git
Merge pull request #4971 from eatkins/play-watch-scripted
Play watch scripted
This commit is contained in:
commit
a7dd86939f
|
|
@ -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")
|
||||
|
|
@ -0,0 +1 @@
|
|||
> ~compile
|
||||
Loading…
Reference in New Issue