-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with Play 2.3: Assets are not part of application artifact #362
Comments
Can you post a minimal |
This is my current minimal build.sbt, which reproduces this issue in a freshly created play project created with the activator (Play 2.3.4):
And RpmPackage.scala is placed within the project directory:
|
Forget to mention that this minimal example uses the 0.8.0-M1 |
Thanks. This is an already know problem. You added the |
We are using sbt-native-packager within our Play application. It worked fine with Play version 2.2. Today we upgraded to Play 2.3 to use the new asset pipeline. However when the application artifact is built no jar for the web assets is generated. If i run the dist task from sbt, i don't see the assets jar in the target directory. But if i remove the rpm plugin, the dist task succesfully creates this jar.
I am unsure wether this might be a misconfiguration on our side or if it's a bug. :)
The text was updated successfully, but these errors were encountered: