arboleya / coffee-toaster

Minimalist build system for CoffeeScript.
114 stars 23 forks source link

Add ability to pass parameters to coffee #36

Open anikkar opened 12 years ago

anikkar commented 12 years ago

Would be nice if we could pass some parameters to the coffee command such as -l for lint

arboleya commented 12 years ago

Well noticed.

arboleya commented 11 years ago

@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?

anikkar commented 11 years ago

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.

arboleya commented 11 years ago

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.

anikkar commented 11 years ago

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.

arboleya commented 11 years ago

@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