When I run the latest release of play-yeoman in production mode I found out that it doesn't work. At first I thought that this was the same issue with #90 but now I think it is not.
After cloning into a new folder here are the commands under yo-demo folder I run:
sbt
npm install
bower install
dist
When I try opening the application [http://localhost:9000/ui/] I get the following error:
Not Found
For request 'GET /ui/'
To relate this with #90 , this not an Action Not Found error but a Not Found error. If you try to open http://localhost:9000/tdemo it works normally.
If you extract and check yo-demo.yo-demo-1.0.0-assets.jar you will see that it doesn't contains any files from ui directory. Shouldn't all the files be there in their minified version, or is that a wrong .jar file I am looking at?
When I run the latest release of play-yeoman in production mode I found out that it doesn't work. At first I thought that this was the same issue with #90 but now I think it is not.
After cloning into a new folder here are the commands under yo-demo folder I run:
sbtnpm installbower installdistWhen I try opening the application [
http://localhost:9000/ui/] I get the following error:Not FoundFor request 'GET /ui/'To relate this with #90 , this not an
Action Not Founderror but aNot Founderror. If you try to openhttp://localhost:9000/tdemoit works normally.If you extract and check
yo-demo.yo-demo-1.0.0-assets.jaryou will see that it doesn't contains any files fromuidirectory. Shouldn't all the files be there in their minified version, or is that a wrong.jarfile I am looking at?