karma-runner / karma-coffee-preprocessor

A Karma plugin. Compile coffee script on the fly.
MIT License
53 stars 34 forks source link

Better error reporting #4

Open vojtajina opened 11 years ago

vojtajina commented 11 years ago

Show line numbers.

Extracted from https://github.com/karma-runner/karma/issues/550

jefmathiot commented 11 years ago

+1 It seems that compile with the sourceMap option may suffice on the preprocessor side but I have no idea how to handle the mappings on the runner side.

vojtajina commented 11 years ago

@jefmathiot not sure I understand - you mean, how to make browser to actually use the source maps ?

jefmathiot commented 11 years ago

Exactly

vojtajina commented 11 years ago

@jefmathiot I created a separate issue for it, as it has nothing to do with this one, let's move the discussion to #5

eddiemonge commented 11 years ago

any progress?