-
```
Besides being used as an ordinary programming language, CoffeeScript may also
be written in "literate" mode. If you name your file with a .litcoffee (or
.coffee.md) extension, you can write it a…
-
Use CoffeeScript as a verb.
-
It seems that having any `file.coffee.md` named files in the source folder breaks the toaster, with this error...
```
bash-3.2$ toaster -c
path.existsSync is now called `fs.existsSync`.
/usr/local/l…
-
How about support for coffeescript??
-
Adding coffeescript htaccess
-
lodash-modularize looks great. I'm wondering if it can support coffeescript files (maybe via an auto-compile step)?
-
I think this makes the platform less extensible, less likely to be worked on by other contributors, and more confusing for me.
@harlantwood Are you very attached to coffeescript?
-
```
As of today the latest is 1.6.2 while our source is 1.3.1
```
Original issue reported on code.google.com by `umi.tan...@gmail.com` on 15 May 2013 at 6:10
-
20 seconds is a long time. I want to reduce the `cake build` compile time to **2 seconds.**
Right now the compilation system is as dumb as it gets - it concats all the `.coffee` files in a certain or…
-
I use the following to help compile coffeescript and less. (I also have a static resource provider, but that won't work with your bundling setup, so I present the rest here).
The files depend on Msie…