Open anikkar opened 12 years ago
Well noticed.
@anikkar Hi, do you think any other param is useful to Toaster? I can't think of any except the -l
.
Btw, I just found this coffeelint which seems very interesting: http://www.coffeelint.org/
Have you used it already? Do you have some feedbacks about it?
I am using coffeelint actually, and its very helpful. I use it as a pre-compile step.
As for additional parameters, your right, -l is the only one that seems useful at the moment.
I'm not a lint user but as I understand by now, when coding coffee the important is not the lint of your JS but of your COFFEE. Is that right?
Have you abandoned the coffee -l after starting using coffeelint? Or both plays together? (I didn't find)
I'm wondering if both are useful to implement, or in this case, just coffeelint.
Generally speaking, your right, you want to ensure that the coffee lint is correct, but the JS check is a sanity check to ensure that the coffeescript is correctly translated to JS.
@anikkar Hi, I just want to tell you that I'm discontinuing Toaster in favor of it's new fork named Polvo.
More info here:
https://github.com/serpentem/coffee-toaster https://github.com/serpentem/coffee-toaster/wiki
Would be nice if we could pass some parameters to the coffee command such as -l for lint