mizzao / meteor-sharejs

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

Build error with latest version #8

Closed swese44 closed 10 years ago

swese44 commented 10 years ago

I'm getting a build error after upgrading to the latest release of meteor-sharejs. I've tried with Meteor 0.7.1 and Meteor 0.8.0 with the same result :(

✗ meteor
[[[[[ ~/path/to/app ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

While building package `sharejs`:
error: File not found: ace-builds/src-min/ace.js

=> Your application has errors. Waiting for file change.
swese44 commented 10 years ago

After "mrt remove sharejs" and "mrt add sharejs" it also complains about the missing file:

Done installing smart packages

Ok, everything's ready. Here comes Meteor!

=> Errors while scanning packages:

While building package `sharejs`:
error: File not found: ace-builds/src-min/ace.js
swese44 commented 10 years ago

Ok, after downloading the "ace-builds" project from github and copying the folder into the "sharejs" package directory it's stopped throwing errors :)

mizzao commented 10 years ago

ace-builds is a git submodule that can be initialized in the normal way. (Meteorite does this for you if you install with it.)

swese44 commented 10 years ago

Odd, I installed with "mrt add sharejs" and it didn't add the submodule. Maybe it's a bug with Meteor 0.8.0?