coffeekup
coffeekup copied to clipboard
Markup as CoffeeScript.
IS there a way to inject the format option when using coffeekup with express ? ideally it could be done through the pretty view options app.set "view options", {pretty: true}
With Zappa version 3, the syntax for the get and view functions has changed. Double check my syntax, this is just a quick conversion, but I think it should look...
``` coffeescript -> if a and b hey `````` gives ```if (a && b) { return hey; } `````` instead of ```if (a && b) { return hey; } ```...
I bitched in an earlier thread that I couldn't find any docs to learn CoffeeKup. I offered to write some docs if anyone helped. Well I've decided to go ahead...
The ace editors at [coffeekup.org](http://coffeekup.org) are not being rendered in Opera 11.50 (OS X), but [http://ajaxorg.github.com/ace/](http://ajaxorg.github.com/ace/) is.
https://groups.google.com/group/coffeekup/browse_thread/thread/42f9b7bb260734d8/ba6159e8ae3fddce#ba6159e8ae3fddce
Correct me if I'm wrong. As far as I can tell CoffeeKup will never be able to stream the template results because to be able to return the results the...
Provide a sort of plugin system so that people can develop extensions that can be distributed and consumed easily.