craigspaeth / nap

Compile, manage, & package stylesheets, javascripts, and javascript templates for node.js
MIT License
122 stars 33 forks source link

coffee error #82

Closed Agamennon closed 10 years ago

Agamennon commented 10 years ago

getting this now Use CoffeeScript.register() or require the coffee-script/register module to require .coffee.md files. how to fix it?

Agamennon commented 10 years ago

up until your dependency on cofffee 1.7.1 it was working new coffee version breaks this

craigspaeth commented 10 years ago

Thanks for reporting this. I'll take a look now.

craigspaeth commented 10 years ago

I've updated nap to support the latest coffeescript and underscore changes https://github.com/craigspaeth/nap/commit/6466718b3a6df823d99a521e555eb226eb8802be. Thanks for pointing this out!