Replies: 3 comments 5 replies
-
Which |
Beta Was this translation helpful? Give feedback.
2 replies
-
Here is a workaround. To keep the required files in the mappings in Universal += file("resources/someFile.xml") -> "resources/someFile.xml" |
Beta Was this translation helpful? Give feedback.
1 reply
-
Like written, I can not reproduce a problem here and can not see what's actually wrong. All you describe is how things should work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have upgraded Play 2.8.11 -> 2.9.5 and encountered the following problem.
When I run
sbt dist
, some files (seem to be randomly selected) are moved from theresources
directory to theconf
directory.Other files are still located in
resources
.What is the reason for that, and how can I keep all resources in the
resources
directory?Beta Was this translation helpful? Give feedback.
All reactions