Reputation: 8681
I've tried the following variations:
play '~run' prod
play ~run --%prod
(I know it's play 1.x but I still tried)play -Dplay.id=prod '~run'
application.mode=prod
inside conf/application.conf.
Can someone tell me what I missed?
EDIT: @bassebergman's answer solves my problem. wondering if anyone knows if there is a way to have prod mode and triggered compilation both?
Upvotes: 0
Views: 259