Hi,
I use coffee-script.js and includes like <script type="text/coffeescript" src="js/my.coffee"></script> for development.
For some reason, if I have a syntax error in a file, I just get Uncaught Error: Parse error on line 75: Unexpected 'COMPARE' with a stack trace showing only line numbers of coffee-script.js - it does not tell me in which file the error is!
This happens in both Chromium and Firefox + Firebug.
Has this always been like this?
Why cannot it tell me in what file the error is?