playframework - Image resource cannot be found after using sbt debian:packageBin -


i have put images path app/assets/images after used command sbt debian:packagebin , deployed server, images couldn't found.

can me solve problem?

i have sovled problem did not put these images package after used command sbt debian:package put these code build.sbt import nativepackagerhelper._ ... mappings in (compile, packagebin) ++= directory("public")


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -