maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

Cannot find module './server' #105

Closed neverfox closed 10 years ago

neverfox commented 10 years ago

The following app.js code works with 1.6.3-g but gives Cannot find module './server' with 1.6.3-j:

require('iced-coffee-script')
server = require("./server");

server.iced is in the same directory as app.js. I simply run node app.js.

neverfox commented 10 years ago

I see this was addressed in #100.