sbt-dynscalajs icon indicating copy to clipboard operation
sbt-dynscalajs copied to clipboard

fastOptJS and fullOptJS always re-link their target

Open sjrd opened this issue 8 years ago • 0 comments

This is because they don't even try to test whether the target file already exists, let alone whether it is up to date. This should be fixed using an appropriate FileFunction.

sjrd avatar Sep 25 '17 19:09 sjrd