Omar Wagih
Omar Wagih

Reputation: 8742

Run without auto compile play framework 2.0

Is there anyway to run my project so that every time I update something it wont auto compile?

I have a friend on the same network who I'd like to get to test the app, but I dont want current changes I'm making to be visible to him. Maybe something like

play "run static"

Thanks

Upvotes: 0

Views: 619

Answers (1)

Varon
Varon

Reputation: 3916

You can "start the application in the background" with

play start

http://www.playframework.org/documentation/1.2/cheatsheet/commandLine

Upvotes: 5

Related Questions