coffeecup
coffeecup copied to clipboard
keeping the project alive with this clone of mauricemach/coffeekup
please feel free to comment and participate to share your views :) https://github.com/mauricemach/coffeekup/issues/120
Running the example for Express in examples/express only renders the HTML in specific view files (eg. index.coffee) and doesn't place the rendered view into the layout.coffee @body block as expected....
I'm trying to use something like this: a class:"gold", data-action:"add" -> "Add data point" I always get the NaN error, please can you explain how to get this to work?
CS throws errors when trying to use the `yield` reserved/keyword to interpolate anchors references inside a string.
Please make a package for use with meteorjs at https://atmospherejs.com/ Meteor has blade/jade but coffeescript is better as you say one language to rule them all
Hi all, this is not really an issue, but a quick two questions related to coffeecup. (1) which module(s) do you guys recommend for form validation? I am using express...
When using require.js + node.js to combine scripts: The below code in the `coffeecup.js` does not load the compiler.js file, the below code only works for the `coffeecup` executable... ```...
The following valid CoffeeCup throws an error on compilation: ``` CoffeeScript script '#button_template', type: 'text/html', -> menuitem '.Button', data: {bind: 'text'}, -> ```
I'm using CoffeeCup to create SVG content. This works great except for one issue. SVG has a `` element. But in CoffeeCup, the obvious way of creating such elements doesn't...
I could be wrong about this, but I can't think of any situation where a person would not want to escape what goes into an HTML attribute. Doing, for instance,...