Last Updated: February 25, 2016
·
423
· poornerd

How to spend less time waiting for Play! Framework to compile while coding

A col­league just pointed this cool tip out to me:

play ~run

If you enter “play help”, it says: “~ Executes the specified command whenever source files change.”

So what this does — and how it saves you time — is: it com­piles when you save, so that by the time you hit reload in the browser, if you are lucky, it will have already compiled.

This saves me a few sec­onds each time I switch to the browser to check out my most recent changes.

from my techie blog: http://www.poornerd.com/2013/05/13/how-to-spend-less-time-waiting-for-play-framework-to-compile-while-coding/