Lately I was trying to deploy Meteor application to Heroku but current version of buildpack is outdated, so I've spend some time to make it work with newest Meteor release 0.8.3.
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can find buildpack repository here https://github.com/jagi/heroku-buildpack-meteor. And if someone needs movie showing the whole process step by step, please go here https://www.youtube.com/watch?v=boeTv3527E0 Hope it will help you :).