Есть идеи, почему это может привести к ошибке при компиляции?
(window) -> # pubsub App.publish = (topic,args) -> App.subscriptions[topic] and $.each(App.subscriptions[topic], -> this.apply(App, args or [])
http://jsfiddle.net/wesbos/4Kf2B/
Не бери в голову, я глупая и забыла удалить парен: \
(окно) ->
# pubsub App.publish = (topic,args) -> App.subscriptions[topic] and $.each App.subscriptions[topic], -> this.apply(App, args or [])