jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Livescript support #289

Closed Matthew-Davey closed 9 years ago

Matthew-Davey commented 9 years ago

Add's support for jakefiles written in LiveScript (http://livescript.net/)

mde commented 9 years ago

The test breakage is on Node 0.8, which we're not actually supporting anymore. Thanks very much for this!