eubsoft / radedit

Build Node.js apps together quickly.
MIT License
3 stars 0 forks source link

Switch to coffee-script-redux #24

Closed sameubank closed 10 years ago

sameubank commented 10 years ago

The parser for coffee-script-redux (aka CoffeeScript 2) is rumored to be faster, and by using it now, we can make upgrade bugs less likely when CS2 is released (with breaking features).

serendipious commented 10 years ago

Looks like you are already trying to incorporate suggestions from the NodeUp podcast! I remember us talking about this compiler last week as well. Good stuff :+1:

sameubank commented 10 years ago

As it turns out, coffee-script-redux breaks far too many things, and when using, and required modules fail silently. It's best to stick with coffee-script@1.7.1 for now.