Closed shuhaowu closed 12 years ago
Hi, can you give more details to reproduce the bug? I know it's kinda sad that there are not tests yet, but I'm working on it to easy the issue tracking / reporting.
If you can provide some code for me to reproduce it here I can look forward to solve the problem.
Thank you.
Just go into single-folder/src/app and add something like ~~~~
at the end of line 5. Try toaster -w, you will see ERROR Parse error on line 4: Unexpected 'JS' at file: app/app.coffee
Should be on line 5
Fixed in 0.6.3, let me know if anything goes wrong.
It seems that coffee toaster will actually strip the #<< lines, resulting in reporting the wrong line number when there's a compile error. (decreased by number of #<< lines)