
Over this past weekend I built a little tool for Play Framework app developers which auto-refreshes an app in Chrome when the source code or static assets change.

Check out a video demonstration:
{{< youtube XsBg2suJR5s >}}

For information on how to set it up, check out the project on GitHub:
<https://github.com/jamesward/play-auto-refresh>

Special thanks to <a href="http://jsuereth.com/" target="_blank">Josh Suereth</a> for helping me figure out the SBT magic.

