Hi.
When using the activator to do a dist build (activator dist), the command that is executed by the play-yeoman plugin is not dist, but rather just a plain grunt call.
Whilst my Scala and sbt knowledge are next to nothing, it looks like the gruntDist definition in play-yeoman/sbt-yeoman/app/com/tuplejump/sbt/yeoman/Yeoman.scala calls runGrunt with no arguments (no 'dist' argument).
Many thanks!
James
Hi.
When using the activator to do a dist build (activator dist), the command that is executed by the play-yeoman plugin is not dist, but rather just a plain grunt call.
Whilst my Scala and sbt knowledge are next to nothing, it looks like the gruntDist definition in play-yeoman/sbt-yeoman/app/com/tuplejump/sbt/yeoman/Yeoman.scala calls runGrunt with no arguments (no 'dist' argument).
Many thanks!
James