mizzao / meteor-sharejs

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

Fix loading ace-builds as assets in meteor 0.9.2 #28

Closed bitspook closed 9 years ago

bitspook commented 9 years ago

Minor fix. /packages/dev:package/assets is now /packages/dev_package/assets

mizzao commented 9 years ago

Thanks. As you guessed correctly, it's just busy-ness that gets in the way of fixing issues right now. Good PRs are appreciated.

mizzao commented 9 years ago

This is breaking my app with the following unintelligible error:

Could not resolve the specified constraints for this project:
Error: conflict: routepolicy@1.0.0-cordova1 vs 1.0.1

I have no idea why it is trying to load an old version (current version is 1.0.1 before switching to this commit. Have you seen this problem?

mizzao commented 9 years ago

This was an error that was fixed in 0.9.2.1.

Updated to work in 43a967fafb33039f72932b0766685b060ddea816.

bitspook commented 9 years ago

I got the error too. It didn't occur while the app was running, but it occurred when I stopped meteor and restarted. And yea, 0.9.2.1 fixed it.