AndroidThermostat / ThermostatMonitor-Node

2 stars 5 forks source link

Coffee Require code changed? #3

Open ThatOneGuyDotNet opened 10 years ago

ThatOneGuyDotNet commented 10 years ago

I'm new to NodeJS so it took me a lot of fiddling to get this running, but I think the end result was in the app.js file the require for Coffee has changed to: require('coffee-script/register');

As of 1.7.0: http://jashkenas.github.io/coffee-script/#changelog

jbgriffith commented 10 years ago

I ran into this also. You can make the changes and then so a pull request to this fix.