0

I am trying to add custom folder called clients to a build package. Therefore i could override my default configuration or other resources but i am not able to add it. I have tried couple of solutions though which is give on How to add custom directory to Scala SBT project?.

folder structure

rahul
  • 383
  • 1
  • 8
  • 20

1 Answers1

0

Try using mappings, it should work follow the method specified in following link http://www.codepreference.com/2016/05/adding-distribution-folder-play-application.html

arjunsv3691
  • 791
  • 6
  • 19