Skip to content

Production mode is not working #95

Description

@immortalcy

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions