Skip to content

Easier Deployments

Compare
Choose a tag to compare
@charliemitchell charliemitchell released this 09 May 00:36
· 19 commits to master since this release

If you upgrade a pre v0.6.4 version you will need to change a line of code.

1: app.js

This should now be.

require('glad').__boot();

Fixes

Fixed an issue in v0.6.4 that would cause confusion and frustration for deployments that started the server with node app instead of glad s. Now starting the server with node app is the same as running node app s or glad s. This is also nice because you don't need a global installation of glad on the deployment server anymore either.