mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Merge pull request #4971 from eatkins/play-watch-scripted
Play watch scripted
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user