sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Fix issue with Play + atmos plugin addition whereby we were dropping play start events #28

Closed jsuereth closed 11 years ago

jsuereth commented 11 years ago

Basically, we need to hook EVERY setting we find, not just the first.

Also adding junky framework to get trace events when needed from sbt-remote-control so we can figure out what's going on.

Review by @havocp