Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error with latest version #8

Closed
swese44 opened this issue Mar 29, 2014 · 4 comments
Closed

Build error with latest version #8

swese44 opened this issue Mar 29, 2014 · 4 comments

Comments

@swese44
Copy link

swese44 commented Mar 29, 2014

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
Copy link
Author

swese44 commented Mar 29, 2014

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
Copy link
Author

swese44 commented Mar 29, 2014

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

@mizzao
Copy link
Owner

mizzao commented Mar 31, 2014

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

@mizzao mizzao closed this as completed Mar 31, 2014
@swese44
Copy link
Author

swese44 commented Mar 31, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants