mad-eye / meteor-reactive-ace

31 stars 16 forks source link

Meteor 1 vendored #14

Open dcsan opened 10 years ago

dcsan commented 10 years ago

I updated this to work with the new package system in meteor 1.0

as asset files now have the name of the package owner built in, i had to hardwire my author name into the package... maybe there's a way around this.

https://github.com/dcsan/meteor-reactive-ace/commit/2574ec61ec294d46680ac77575efd857f055dd1f

I also committed a version of the ace editor into vendor/src/ so a user doesn't have to mess with git submodules - this is a bit more tricky now that meteor hides packages in your homedir and not the packages dir of the app. this should make it a lot easier for people to use right away.