karthikv / nodefront

A node.js-powered rapid front-end development utility.
http://karthikv.github.com/nodefront
MIT License
246 stars 11 forks source link

line number does not shown when compilation fail #43

Open leoyuholo opened 11 years ago

leoyuholo commented 11 years ago

By using -w to watch a directory, when compilation fails, it does not give the line number of the code document that causes the failure.

It currently gives something like this:

Compilation error for sample.coffee: unexpected PARAM_START

without line number. And have to run coffee -c to debug separately.