mizzao / meteor-sharejs

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

is the demo broken? #21

Closed grigio closed 9 years ago

grigio commented 9 years ago
Exception in template helper: TypeError: Cannot read property 'extend' of undefined
    at Object.<anonymous> (http://localhost:3000/packages/mizzao:sharejs.js?

After the latest update the ace editor isn't loaded and I get the msg above

grigio commented 9 years ago

fixed with:

git submodule init
git submodule update
mizzao commented 9 years ago

You can just checkout the repo with git clone --recursive.