scalatags icon indicating copy to clipboard operation
scalatags copied to clipboard

Fix js.map file

Open Atry opened this issue 9 years ago • 0 comments

I noticed that the current *.js.map file references https://raw.githubusercontent.com/lihaoyi/scalatags/v0.5.5/js/src/main/scala/scalatags/JsDom.scala , which does not exsist.

A more delicate approach is generating the mapSourceURI option from git metadata instead of hard-coding.

This patch use a sbt plugin https://github.com/ThoughtWorksInc/sbt-scala-js-map/ to implement this approach.

Atry avatar Apr 30 '16 05:04 Atry