Heroku is breaking when we deploy to it right now; this happened very recently. It's related to a package.
We're using an old version of node, an old heroku stack, and in general we should really go through and clean up the packages we're using (and upgrade them to the latest). This isn't a trivial effort, but it's necessary to allow us to deploy improvements and generally keep the application secure.
For instance, see Issue #52.
A complete list of packages -- each one should be reviewed.
Heroku is breaking when we deploy to it right now; this happened very recently. It's related to a package.
We're using an old version of node, an old heroku stack, and in general we should really go through and clean up the packages we're using (and upgrade them to the latest). This isn't a trivial effort, but it's necessary to allow us to deploy improvements and generally keep the application secure.
For instance, see Issue #52.
A complete list of packages -- each one should be reviewed.
We should also update the version of node being targeted.