spray / sbt-revolver

An SBT plugin for dangerously fast development turnaround in Scala
Apache License 2.0
846 stars 55 forks source link

Allow executing a task whenever the application is restarted. #70

Open Lasering opened 7 years ago

Lasering commented 7 years ago

When using triggered execution, ~ reStart, it would be very useful to execute a custom task whenever the application is restarted, this would allow us to simulate the behavior of play-auto-refresh. The custom task would send the reload message via the websocket.