meteor / standalone-blaze-generator

10 stars 7 forks source link

Compatibility with Meteor 1.3 #4

Closed lukejagodzinski closed 8 years ago

lukejagodzinski commented 8 years ago

Are you planning to release version compatible with Meteor 1.3. Right now it's throwing errors:

./export-packages.sh: line 9: /Users/jagi/meteor/meteor: No such file or directory
rm: app-for-export.*: No such file or directory
mv: client.js: No such file or directory
./export-packages.sh: line 9: /Users/jagi/meteor/meteor: No such file or directory
rm: app-for-export.*: No such file or directory
mv: client.js: No such file or directory
stubailo commented 8 years ago

I think we probably are not going to improve this to work with Meteor 1.3. There is some work going on at https://github.com/meteor/blaze to make it work standalone!

lukejagodzinski commented 8 years ago

Oh ok, thanks