-
Rewrite the current mess to CoffeeScript. Thank god it's not a lot of it.
-
I've found that I have an issue with the way that coffeescript plays with asset pipeline libraries.
As an example, when dealing with a larger project, sometimes you'll want to split your js into mult…
-
Are CoffeeScript classes supported? I didn't have any luck while trying to put a contract on a class in various ways. Maybe i'm doing something wrong?
#### Contract for a whole class:
``` coffeescrip…
-
I'm wondering if this may be a coffeescript issue. I added
```
```
to the html and started editing the hello.coffee file and it stops the compile and reload.
Restarted server and played with th…
-
Just wondering why - Given the choice, I'd first go with coffeescript when writing an app.
Is there a reason you don't put both javascript and coffeescript in the book?
-
Support for debugging of CoffeeScript.
For example, when setting breakpoint in .coffee file, it synchronizes with .chromium/._js breakpoint.
This requires library for reading `coffee`-generated Sourc…
-
Change `application.js` to `application.coffee` to encourage the use of CoffeeScript.
By changing sprockets comments from:
``` js
//= require jquery
```
``` coffee
#= require jquery
```
-
When I try to run `packagecheck` it says `The system cannot find the path specified.`
Then I changed all the `bash` stuff in _packagecheck_, _packagecheck.cmd_ and _node_modules/packagecheck/run_ to …
-
# Refactoring to JavaScript with Enhanced Modularization
## Context and Problem Statement
Bigfoot.js currently uses CoffeeScript, which is transpiled into JavaScript. However, with CoffeeScript'…
-
I plan to add coffeescript support for the generator, at least for the webapp part? Anybody is working on this?
For the express part I can do it but it is not on my top priority list.
++