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

Initialize CoffeeScript >= 1.7.0 for both directory and file loads #247

Closed toddrbryan closed 10 years ago

toddrbryan commented 10 years ago

Commits b9e455b3b9bea293e0beb1d850df9dc1587148b5, df5359bb24fd013043aa05c10264e9267e9ea5fb, and 55093f141cd61a2481c6d52b11b07993613ae17d introduced changes to register the CoffeeScript compiler as required by CS >= 1.7.0. Unfortunately the registration only handled directory loads and not file loads. This commit centralizes the compiler registration in the _requireCoffee function so that it is always called. This problem was breaking Jake with Jake 0.7.9, CoffeeScript 1.7.1, and Node 0.8.26.

mde commented 10 years ago

Thanks!

javenwang commented 10 years ago

Hi @mde , could you please release a new version (maybe 0.7.11) for this issue ASAP? I think people are waiting for it.

mde commented 10 years ago

Published to NPM, v0.7.11. Sorry for the wait!

javenwang commented 10 years ago

Good news! Thank you!