untyped / sbt-plugins

SBT plugins for Javascript, Coffeescript, LESS, SASS, and Mustache compilation
73 stars 23 forks source link

sbt-js: Produce source maps #67

Open joescii opened 9 years ago

joescii commented 9 years ago

Hey Dave! I'm taking a look at the sbt-js plugin to see if we can produce source maps for the compiled JS code. Have you put any thought/work into this? I'm taking the plunge, but I wanted to ask before I got too far along if you've already learned some things about this.

joescii commented 9 years ago

So far, so good: https://github.com/joescii/sbt-plugins/tree/source-maps

This should also pave the way to resolve #56