Anderson Arboleya
Anderson Arboleya
@elthariel 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
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:...
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?...
@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
Hi Gabriel, I've been too busy these days, also I don't have a partition running El Capitan. In theory, it should work by double-clicking the generated `.app` as well as...
The development of Coffee Toaster has been [discontinued](https://github.com/serpentem/coffee-toaster/wiki) in favor of [Polvo](https://github.com/serpentem/polvo). Maybe Polvo works well with webworkers, since the default load mechanism is based on AMD.
This cannot be done with the current implementation. As a workaround you can achieve this with some kind of pooling, even though it may give you some latency, it should...
This is very weird, because any file that doesn't end with `.coffee` is left out in the file's search. Check this line: https://github.com/serpentem/coffee-toaster/blob/master/src/toaster/core/builder.coffee#L44 You'll see this: ``` coffeescript result =...
Oh well, thanks for clarifying. I'm not a literate-programmer myself so I guess I completely misunderstood you first comment. Lets make a fresh start. About the regex, you're right about...