actnew play-javaGET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)I didn't know that sbt-gzip, sbt-uglify, sbt-digest are not running in dev mode.Can you give me quit tip how to run this tasks in run mode?
If you have some need for the assets produced by the pipelineStages in your development environment (during play run), then you can scope the pipelineStages to the Assets config.
pipelineStages in Assets := Seq(myPipelineTask)
-GET /assets/*file controllers.Assets.versioned(path="/public", file)
+GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)