buildjs / rigger

Javascript file parser and include engine
http://buildjs.github.io/rigger
60 stars 15 forks source link

SourceMap Support #12

Closed DamonOehlman closed 10 years ago

DamonOehlman commented 12 years ago

Rigger could probably benefit from having SourceMap support. According to the V3 Spec SourceMaps support multiple mappings, so it's feasible to expect that a Rigger SourceMap could/would be considered when a collated source map was generated.

NOTE: This feature will likely be implemented via a rigger-plugin.

DamonOehlman commented 11 years ago

Look at using the Mozilla SourceMap package.

iki commented 10 years ago

+1 Rigger is exactly what I would prefer to use, but we need sourcemaps. I can help with testing on live projects.

DamonOehlman commented 10 years ago

Thanks @iki - if this is of interest to people then I'll make time to implement the feature :)