coffeekup
coffeekup copied to clipboard
Markup as CoffeeScript.
this is the new org https://github.com/coffeekup which is still unofficial, but we are looking forward to formalize some thing for the project. contribution and participation are welcome give your opinion...
is this project dead? why ? i would like to see a coffeekup package for meteorjs at https://atmospherejs.com/
I would like to use CoffeeKup for my production project but should I worry about the maintenance for this project? It seems pretty dead. Could someone clarify the future of...
https://github.com/mikesmullin/coffee-templates
I would like feedback on a fork I am starting. It is not a replacement of coffeeKup but just a version that executes the code natively instead of being compiled....
Still alive?
@mauricemach, you still planning to update CoffeeKup? There are like 10 pull requests pending, and I'm just wondering if you're going to keep maintaining this.
Error: Cannot find module 'coffee-script/lib/optparse' Should be 'coffee-script/lib/coffee-script/optparse' or 'coffee-script/optparse'. Not sure. I'm new to npm and node. Either way the path is wrong.
Hi this patch does the following: UPDATE : I just added namespacing for templates, based on the directory structure. So you can have this structure: - templates myTempl.coffee => this.templates["myTempl"]...
instead of sneaking into the private version in coffee-script that no longer exists, this uses the official optparser module directly. also a few npm changes i merged in form other...
Newer coffeescript has a slightly different path.