mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

not working in Meteor 1.3 #65

Closed DavidSichau closed 8 years ago

DavidSichau commented 8 years ago

With meteor 1.3 I always get this error:

ace.js:5 Uncaught ReferenceError: ace is not defined(anonymous function)
@ ace.js:5(anonymous function) 
@ ace.js:170

It seems to me that there is an issue with the file loading order.

mizzao commented 8 years ago

Yep, probably has something to do with the new module system. Feel free to dig in to it and find out what you can.