I’m playing with play framework 2.0. I’ve copied the ‘computer-database’ application, run it with ‘play run’ and viewed it in my browser at http://localhost:9000. I run the evolution and browse the app. But when I edit a template and hit reload, nothing changes. Even stopping play and starting it again makes no difference.
What am I doing wrong? I thought the whole point was that I could edit, refresh and see my changes.
same issue here, what I typically do is Hit CTRL+D in the SBT console and issue a
compilecommand, followed by arunNote that dynamic compilation works fine when you change code.
This is probably a bug.