maxtaco / coffee-script

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

Iced is not defined #74

Open m1sta opened 11 years ago

m1sta commented 11 years ago

In some circumstances the compiled .js failes to include...

iced = require('iced-coffee-script').iced;

... resulting in the exception 'iced is not defined'. A temporary workaround for this is to include....

() -> await defer() 

as the first line in the .coffee file