Anderson Arboleya

Results 332 comments of Anderson Arboleya

Ok, there's no 'respective' file at all. Both source and literate annotations resides in the same file. The differing of plain `.coffee` files and `.litcoffee` or `.coffee.md` appears to be...

There's an undocumented option `literate` which you can pass when compiling scripts. ``` coffeescript cs = require 'coffee-script' fs = require 'fs' filename = 'app.coffee.md' file = fs.readFileSync filename, 'utf-8'...

In the debug mode files are compiled individually and saved individually as well. Compiling files individually before the concatenation would include CS helpers (extends, etc) in each file, which is...

> Debug (-wd) Literate coffee-script wont work on master in any way by now. > Headers If you're doing it manually, surely. But if you're using dependencies in a more...

I got it, in master the release/output file is always generated whether you set de `-d` option or not, that's why you may be getting an error. I thought a...

@billymoon 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 > **NOTE**: Literal CoffeeScript is...

Definitely, it's on the line.

Nice :) Btw, are you aware of the most recent active [branch](https://github.com/serpentem/coffee-toaster/tree/modular-refactoring)? Lots of things must to be changed to accomplish modular and parallel loading of scripts with the help...

@G3z 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 > **NOTE**: Source Maps is...

The code functionalities still works regardless this order differences?